/* DOMINO - SKRYTÍ SEO KATEGORIÍ*/
ul.subcategories.with-image li[data-hide="true"] {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  border: 0 !important;
  visibility: hidden !important;
}
/* DOMINO - SHOPTAK - UPRAVENÉ*/
.blog-section {
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 1;
  padding: 25px 0 70px 0;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .blog-section {
    padding: 30px 0 20px 0;
  }
}
.blog-section .blog-posts {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .blog-section .blog-posts .slick-prev {
    left: 5px;
  }
  .blog-section .blog-posts .slick-next {
    right: 5px;
  }
}
.blog-section .blog-posts .slick-list {
  width: 100%;
}
.blog-section h4.homepage-group-title,
.blog-section .h4.homepage-group-title {
  padding-top: 0;
}
.blog-section h4.homepage-group-title:before,
.blog-section .h4.homepage-group-title:before {
  display: none;
}
.blog-section .button {
  color: #AD161B;
  position: relative;
  display: inline-block !important;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 45px;
  background: transparent;
  padding: 0;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .blog-section .button {
    margin-top: 20px;
  }
}
.blog-section .button:hover {
  color: #000;
  background: transparent;
}
.blog-section .h4 {
  margin-top: 20px !important;
  text-align: center !important;
  padding: 0 15px;
  font-size: 2.3em !important;
  color: #262947;
}
@media only screen and (max-width: 767px) {
  .blog-section .h4 {
    font-size: 2em !important;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section .h4 {
    margin-top: 0 !important;
  }
}
.blog-section h2 {
  position: relative;
  text-align: center;
  font-size: 2.3em;
  font-weight: 600;
  color: #2f2f30;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
  .blog-section h2 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section h2 {
    font-size: 1.6em;
  }
}
.blog-section .button.more {
  padding: 10px 25px;
  border-radius: 4px;
  background: #C09544;
  width: 180px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.blog-section .button.more:hover {
  background: #333;
}
.blog-section #newsWrapper {
  margin: 0 -15px;
  display: flex;
  max-width: 1280px;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  position: relative;
  /*@media @tablet-land {
      flex-direction: column;
      max-width: 744px;
    }*/
  /*@media @tablet-port {
      padding: 0 15px;
    }*/
}
@media (max-width: 1440px) {
  .blog-section #newsWrapper {
    max-width: 1138px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-section #newsWrapper {
    padding: 0 20px;
    max-width: 970px;
  }
}
.blog-section #newsWrapper .news-item {
  display: flex;
  margin-bottom: 0;
  background-color: transparent !important;
  align-items: flex-start;
  flex-direction: column;
  overflow: auto;
  width: calc(33.33% - 30px);
  z-index: 2;
  position: relative;
  border-radius: 0;
  padding-bottom: 0;
  margin: 0 15px;
  /*box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
      padding: 20px;*/
  /*&:nth-child(n + 4) {
        display: none;
      }*/
  /* @media @tablet-land {
        width: calc(~'100% - 30px');
        margin-bottom: 30px;
      }

      @media @tablet-600 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
      }*/
  /*.read-more {
        text-decoration: underline;
        color: @brown;
        margin-bottom: 5px;
        margin-top: 10px;
        img {
          width: 12px;
          margin-left: 14px;
          position: relative;
          top: -2px
        }

        &:hover {
          color: @mainText;
        }
      }*/
}
.blog-section #newsWrapper .news-item .description {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7em;
  color: #0c0c0c;
  max-height: 135px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
}
.blog-section #newsWrapper .news-item .description p {
  margin: 0;
}
.blog-section #newsWrapper .news-item .description img {
  display: none;
}
.blog-section #newsWrapper .news-item .text {
  position: relative;
  padding-top: 0;
  /*time {
          font-weight: 500;
          color: #fff;
          font-size: 0.8em;
          letter-spacing: -0.5px;
          margin-top: 5px;
          background: #ef3f3f;
          display: inline-block;
          padding: 7px 15px;
          border-radius: 20px;

          @media @tablet-600 {
            display: none;
          }
        }*/
}
.blog-section #newsWrapper .news-item .text img {
  max-width: 100%;
}
.blog-section #newsWrapper .news-item .text .title {
  font-size: 2.2em;
  font-weight: 300;
  color: #000 !important;
  margin-top: 20px;
  padding-bottom: 0px;
  letter-spacing: 0.5px;
  display: inline-block;
  width: 100%;
  line-height: 1.25em;
}
.blog-section #newsWrapper .news-item .text .title:hover {
  text-decoration: none;
  border: none;
  color: #FF6600 !important;
}
@media only screen and (max-width: 767px) {
  .blog-section #newsWrapper .news-item .text .title {
    font-size: 1.4em;
  }
}
.blog-section #newsWrapper .news-item .text time {
  font-weight: 500;
  margin-bottom: 15px;
  display: none;
  color: #b8b8b8;
}
.blog-section #newsWrapper .news-item .read-more {
  background: transparent;
  border-radius: 0;
  font-weight: 300;
  position: relative;
  box-shadow: none;
  text-transform: none;
  font-size: 1.3em;
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 6px;
  margin-top: 25px;
  display: inline-block;
  height: auto;
  color: #000;
}
.blog-section #newsWrapper .news-item .read-more img {
  margin-left: 9px;
  transition: 0.3s;
}
.blog-section #newsWrapper .news-item .read-more:hover {
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.blog-section #newsWrapper .news-item .image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .blog-section #newsWrapper .news-item .image {
    height: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .image {
    margin: 0 0 5px 0;
    width: 100%;
    height: auto;
  }
}
.blog-section #newsWrapper .news-item .image:hover img {
  opacity: 0.7;
}
.blog-section #newsWrapper .news-item .image img {
  /* position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);*/
  transition: 0.3s;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .blog-section #newsWrapper .news-item .image img {
    max-width: 300%;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .image img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
html[lang="en"] .blog-section,
html[lang="hu"] .blog-section {
  display: none;
}
/*body.type-posts-listing {
  !*background: #f9f9f9 !important;*!

  .content-wrapper {
    background: transparent !important;
  }

  .news-wrapper .news-item .image img {
    min-height: auto;
    min-width: initial;
    max-height: 100%;
    object-fit: cover;
  }

  .news-wrapper {
    margin: 0 -8px;
    width: calc(~'100% + 16px');

    @media @tablet-600 {
      border-left: 0;
    }

    .news-item {
      margin: 0 8px 16px 8px;
      width: calc(~'50% - 16px');
      background: #fff;
      max-width: 50%;
      border: 1px solid #e8e8e8;
      margin-top: -1px;
      display: flex;
      flex-direction: row-reverse;

      @media @tablet-land {
        width: calc(~'100% - 16px');
        max-width: 100%;
      }

      @media @tablet-600 {
        flex-direction: column;
      }

      &:first-child {
        width: calc(~'100% - 16px');
        max-width: 100%;

        @media (min-width: 600px) {
          .text {
            .title {
              font-size: 3em;
              margin-bottom: 25px;
              line-height: 1.2em;

              @media (max-width: 1200px) {
                font-size: 1.6em;
                margin-bottom: 5px;
              }
            }
          }
        }
      }

      .text, .image {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        margin: 0;

        @media @tablet-600 {
          width: 100%;
          max-width: 100%;
        }
      }

      .text {
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;

        @media @desktop {
          padding: 20px;
        }

        time {
          display: none;
        }

        .description {
          display: block;
          line-height: 1.8em;
          letter-spacing: 0.3px;
          display: -webkit-box;
          -webkit-line-clamp: 8;
          -webkit-box-orient: vertical;
          overflow: hidden;

          @media @tablet-600 {
            line-height: 1.6em;
            font-size: 0.9em;
          }

          p:last-child {
            margin-bottom: 0;
          }
        }

        .button {
          width: auto;
          display: inline-block;
          text-align: center;
          background: transparent;
          border: 1px solid @brown;
          color: @brown;
          border-radius: 0;
          padding: 7px 20px;
          text-transform: none;
          font-size: 1em;
          width: 116px;
          margin-top: 15px;

          &:hover {
            color: #fff;
            background: @brown;
          }
        }

        .title {
          margin-top: 0;
          font-size: 1.6em;
          margin-bottom: 5px;
          font-weight: 600;
          color: @mainText;

          @media @tablet-600 {
            font-size: 1.3em;
          }
        }

        .read-more {
          font-weight: 600;
          text-decoration: none;
          color: @brown;
          margin-top: 20px;
          font-size: 1.1em;
          letter-spacing: 0.2px;
          background: transparent;
          background: -webkit-linear-gradient(1deg, @brown, @brown);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;

          svg {
            width: 14px;
            height: auto;
            margin-left: 7px;
            position: relative;
            transition: @transition;
            top: 0;

            path {
              fill: url(#header-shape-gradient) @brown;
            }

            #header-shape-gradient {
              --color-stop: @brown;
              --color-bot: @brown;
            }
          }

          &:hover {
            svg {
              margin-left: 10px;
            }
          }
        }
      }

      .image {
        position: relative;
        height: 440px;

        @media @desktop {
          height: 380px;
        }

        @media @tablet-600 {
          height: auto;
        }

        img {
          width: auto;
          height: auto;
          min-width: 100%;
          min-height: 100%;
          max-width: inherit!important;
          max-height: 100%;
          position: absolute;
          left: 50%;
          object-fit: cover;
          top: 50%;
          transform: translate(-50%,-50%);

          @media @tablet-600 {
            position: relative;
            left: 0;
            top: 0;
            transform: none;
            max-width: 100% !important;
            width: 100%;
            height: auto;
          }
        }
      }
    }
  }
}*/
.news-item .text .description p:last-child {
  margin-bottom: 19px;
}
footer .custom-footer > div.extended.newsletter {
  width: 100% !important;
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  height: auto;
  padding-right: 0 !important;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  background-color: #FAFAFA;
  border: none;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div.extended.newsletter {
    flex-direction: column;
    padding: 30px 0 !important;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter {
    margin-bottom: 20px;
    margin-top: 0;
    background: #FAFAFA;
    border-radius: 20px;
    padding: 30px 20px !important;
    text-align: left;
    align-items: flex-start;
  }
  footer .custom-footer > div.extended.newsletter:before {
    display: none;
  }
}
footer .custom-footer > div.extended.newsletter form {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 700px;
  z-index: 1;
}
footer .custom-footer > div.extended.newsletter form label {
  font-weight: 400;
  color: #fff;
  font-size: 0.9em;
  display: none;
  position: relative;
}
footer .custom-footer > div.extended.newsletter form label a {
  display: inline-block;
  color: #fff !important;
  font-weight: 400;
  text-decoration: underline;
}
footer .custom-footer > div.extended.newsletter form button:hover {
  opacity: 0.5;
}
footer .custom-footer > div.extended.newsletter form button:focus {
  outline: snow;
}
footer .custom-footer > div.extended.newsletter form button:before {
  display: none;
}
footer .custom-footer > div.extended.newsletter form button::placeholder {
  font-weight: 600;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
  width: 100%;
  height: 50px;
  line-height: 70px;
  position: relative;
  border-radius: 40px;
  padding: 0 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 1.1em;
  color: #262A36;
  margin-bottom: 0;
  background: #fff;
  border: 1px solid #DEDEDE;
}
@media only screen and (max-width: 480px) {
  footer .custom-footer > div.extended.newsletter form .validator-msg-holder input {
    padding: 0 20px;
  }
}
footer .custom-footer > div.extended.newsletter form .validator-msg-holder input::placeholder {
  color: #000;
  opacity: 0.4;
}
footer .custom-footer > div.extended.newsletter form button {
  left: initial;
  height: 50px;
  top: 0;
  font-weight: 500;
  font-size: 1.1em;
  color: transparent;
  overflow: hidden;
  width: 133px;
  border-radius: 40px;
  right: 0;
  opacity: 1;
  border: none;
  /*background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/nl-arrow.svg) no-repeat center;*/
  background-size: 40px;
  background-color: #fff;
  border: 1px solid #000;
  /*@media @tablet-port {
          height: 44px;
          width: 44px;
          background-size: 18px;
          min-width: auto;
        }*/
  /*@media @mobile-land {
          height: 58px;
          width: 58px;
          background-size: 30px;
        }*/
}
footer .custom-footer > div.extended.newsletter form button .sr-only {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  color: #000;
  text-transform: none;
  font-size: 1.1em;
  line-height: 1;
  transition: 0.3s;
}
footer .custom-footer > div.extended.newsletter form button:hover {
  border: 1px solid #FF6600;
  color: #FF6600;
  opacity: 1;
}
footer .custom-footer > div.extended.newsletter form button:hover .sr-only {
  color: #FF6600;
}
@media only screen and (max-width: 480px) {
  footer .custom-footer > div.extended.newsletter form button {
    position: relative;
    margin-top: 10px;
  }
}
footer .custom-footer > div.extended.newsletter label {
  position: relative;
  font-size: 0.8em;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-top: 3px;
  text-align: left;
  margin-bottom: 0;
}
footer .custom-footer > div.extended.newsletter label a {
  display: inline-block;
  color: #fff;
}
footer .custom-footer > div.extended.newsletter fieldset {
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  footer .custom-footer > div.extended.newsletter fieldset {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .custom-footer > div.extended.newsletter br {
  display: none;
}
footer .custom-footer > div.extended.newsletter div.validator-msg-holder {
  width: calc(100% - 145px);
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  footer .custom-footer > div.extended.newsletter div.validator-msg-holder {
    width: 100%;
  }
}
footer .custom-footer > div.extended.newsletter br + div {
  order: 3;
  width: 100%;
}
footer .custom-footer > div.extended.newsletter h4 {
  font-weight: 400;
  margin: 0 !important;
  font-size: 1.2em;
  color: #000;
  border: none;
  text-align: left;
  letter-spacing: 0;
  text-transform: none !important;
  margin-bottom: 10px;
  padding-bottom: 0;
}
footer .custom-footer > div.extended.newsletter h4 strong {
  font-weight: 600;
  font-size: 1.5em;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-bottom: 8px;
  color: #000;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div.extended.newsletter h4 {
    text-align: center;
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h4 {
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 20px !important;
  }
  footer .custom-footer > div.extended.newsletter h4 strong {
    font-size: 1.5em;
    margin-bottom: 5px;
  }
}
footer .custom-footer > div.extended.newsletter h4 span {
  display: block;
  margin-top: 2px;
  text-transform: none;
  font-size: 0.7em;
  font-weight: 300;
}
footer .custom-footer > div.extended.newsletter h4:before {
  display: none;
}
footer .custom-footer > div.extended.newsletter h3 {
  position: relative;
  color: #fff;
  margin-top: 0;
  letter-spacing: 0.8px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended.newsletter h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
footer .custom-footer > div.extended.newsletter:before {
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  z-index: 0;
  content: '';
  background: #FAFAFA;
}
#content-wrapper {
  background: transparent;
}
.breadcrumbs-wrapper {
    max-width: 100% !important;
    background: transparent;
    width: 100% !important;
    position: relative;
    margin-bottom: 15px !important;
    padding-top: 65px !important;
  /* &:before {
    height: 150px;
    width: 100%;
    position: absolute;
    left: 50%;
    z-index: -1;
    content: '';
    transform: translateX(-50%);
    top: 0;
    background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/bread-bg.png) no-repeat center;
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 30px;
  }*/
}
@media only screen and (max-width: 1200px) {
  .breadcrumbs-wrapper.container {
    padding-top: 15px !important;
  }
}
@media only screen and (max-width: 992px) {
  .breadcrumbs-wrapper {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-wrapper {
    display: none;
  }
}
.breadcrumbs-wrapper #navigation-first > span,
.breadcrumbs-wrapper #navigation-first > a {
  padding-left: 13px;
  padding: 18px 14px;
}
.breadcrumbs-wrapper .navigation-home-icon-wrapper:before {
  left: 0;
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/home.svg?v2);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.breadcrumbs-wrapper .breadcrumbs {
  max-width: 1280px;
  margin: 0 auto;
  padding: 5px 0;
}
@media (max-width: 1440px) {
  .breadcrumbs-wrapper .breadcrumbs {
    max-width: 1180px;
  }
}
@media only screen and (max-width: 1200px) {
  .breadcrumbs-wrapper .breadcrumbs {
    max-width: 932px;
  }
}
/*.breadcrumbs-wrapper .navigation-home-icon-wrapper::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/metis-lab/img/home2.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}*/
.breadcrumbs-wrapper .breadcrumbs > span > a::before {
  display: none;
}
.breadcrumbs-wrapper .breadcrumbs > span {
  align-self: center;
  margin-top: -2px;
}
.breadcrumbs-wrapper .breadcrumbs > span > a,
.breadcrumbs-wrapper .breadcrumbs > span > span {
  padding: 10px 16px;
  color: rgba(56, 60, 67, 0.7);
  font-weight: 400;
  font-size: 0.9em;
  min-height: inherit;
}
.breadcrumbs-wrapper .breadcrumbs > span > a:hover {
  text-decoration: underline;
}
.breadcrumbs-wrapper .breadcrumbs > span > span {
  color: rgba(56, 60, 67, 0.7);
  min-height: auto;
}
.breadcrumbs-wrapper .breadcrumbs > span > a::after {
  width: 12px;
  background: transparent;
  height: 12px;
  font-family: 'shoptet';
  color: rgba(56, 60, 67, 0.7);
  right: -8px;
  content: '\e90e';
  bottom: unset;
  font-size: 7px;
  transform: rotate(-90deg);
  font-weight: 400;
  top: 10px;
  opacity: 1;
}
.breadcrumbs-wrapper .breadcrumbs {
  background: transparent;
  border: none;
}
.breadcrumbs-wrapper .breadcrumbs .sr-only {
  display: none !important;
  overflow: visible;
  position: relative;
  left: 0;
  width: auto;
  height: auto;
  margin: 0;
}
.next-to-carousel-banners {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 -10px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0 auto;
  max-width: 1304px;
}
@media only screen and (max-width: 992px) {
  .next-to-carousel-banners {
    margin: 0 0px;
    padding: 0 9px;
  }
}
@media (max-width: 1320px) {
  .next-to-carousel-banners {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners {
    margin-top: 15px;
  }
}
.next-to-carousel-banners .banner-wrapper {
  margin: 0 12px;
  margin-top: 0 !important;
  width: calc(25% - 24px);
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .next-to-carousel-banners .banner-wrapper {
    width: calc(50% - 14px);
    margin: 0 7px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .next-to-carousel-banners .banner-wrapper {
    width: calc(100% - 14px);
  }
}
.next-to-carousel-banners .banner-wrapper > a {
  width: 100%;
  height: 100%;
}
.next-to-carousel-banners .banner-wrapper > a img {
  width: 100%;
  height: auto;
  transition: 0.3s;
  transform-origin: center;
  transform: scale(1) !important;
}
.next-to-carousel-banners .banner-wrapper > a:hover img {
  transform: scale(1.1) !important;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 40px;
  flex-direction: column;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts {
    padding: 20px;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
  position: relative;
  background: transparent;
  transition: 0.3s;
  box-shadow: none;
  border: none;
  top: initial;
  min-width: 160px;
  padding: 0;
  text-transform: none;
  font-size: 2.2em;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  width: 100%;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.1em;
  /*&:after {
          position: relative;
          margin-left: 15px;
          width: 44px;
          height: 44px;
          border-radius: 30px;
          content: '';
          display: inline-block;
          background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/banner-arr.svg);
          background-size: 44px;
          background-position: center;
          background-repeat: no-repeat;
          transition: 0.3s;
          margin-bottom: 0;
          float: right;
          margin-left: 35px;
          top: 0px !important;
          position: relative;

          @media (max-width: 1400px) {
            top: -5px;
          }

          @media @tablet-land {
            display: none;
          }
        }*/
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
    font-size: 1.4em;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link {
  position: relative;
  letter-spacing: 1px;
  background: #C09544;
  border: none;
  min-width: inherit;
  font-weight: 500;
  top: 0;
  right: inherit;
  display: block;
  height: auto;
  font-size: 1em;
  transition: 0.3s;
  margin: 15px 0 0 0;
  padding: 10px 22px;
  color: #fff !important;
  margin-top: 37px;
  max-height: 70px;
  opacity: 1;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link {
    margin-top: 20px;
    font-size: 0.9em;
    padding: 10px 15px;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover {
  background: #fff;
  color: #262A36 !important;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-text {
  display: none;
}
.next-to-carousel-banners .banner-wrapper a:after {
  position: absolute;
  z-index: 1;
  content: '';
  background: linear-gradient(180deg, rgba(23, 21, 20, 0) 25%, rgba(17, 16, 15, 0.84) 80.73%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.next-to-carousel-banners .banner-wrapper a:hover img {
  transform: none;
}
.small-banners-line,
.detail-banners {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 10px 0;
  margin: 0 auto;
  max-width: 1280px;
}
@media only screen and (max-width: 992px) {
  .small-banners-line,
  .detail-banners {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .small-banners-line,
  .detail-banners {
    padding: 20px 0 0 0;
  }
}
.small-banners-line .banner-wrapper,
.detail-banners .banner-wrapper {
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .small-banners-line .banner-wrapper,
  .detail-banners .banner-wrapper {
    width: 50%;
    margin-bottom: 5px;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .small-banners-line .banner-wrapper,
  .detail-banners .banner-wrapper {
    width: 100%;
  }
}
.small-banners-line .banner-wrapper:last-child .small-banner,
.detail-banners .banner-wrapper:last-child .small-banner {
  border: none;
}
.small-banners-line .small-banner,
.detail-banners .small-banner {
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(196, 196, 196, 0.5);
  padding-right: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .small-banners-line .small-banner,
  .detail-banners .small-banner {
    padding-right: 0;
    border: none;
  }
}
.small-banners-line .small-banner .icon-box,
.detail-banners .small-banner .icon-box {
  margin-right: 25px;
}
.small-banners-line .small-banner .icon-box:before,
.detail-banners .small-banner .icon-box:before {
  display: none;
}
.small-banners-line .small-banner .icon-box img,
.detail-banners .small-banner .icon-box img {
  max-height: 66px;
  max-width: 66px;
}
@media only screen and (max-width: 480px) {
  .small-banners-line .small-banner .icon-box,
  .detail-banners .small-banner .icon-box {
    width: 30px;
    text-align: center;
  }
}
.small-banners-line .small-banner .desc-box,
.detail-banners .small-banner .desc-box {
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .small-banners-line .small-banner .desc-box,
  .detail-banners .small-banner .desc-box {
    padding-right: 20px;
  }
}
.small-banners-line .small-banner .desc-box h3,
.detail-banners .small-banner .desc-box h3 {
  font-size: 1.3em;
  letter-spacing: 0;
  color: #141414;
  margin: 0px 0 1px 0;
  font-weight: 400;
  line-height: 1.2em;
}
.small-banners-line .small-banner .desc-box p,
.detail-banners .small-banner .desc-box p {
  font-size: 0.9em;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
  color: #383C43;
  line-height: 1.8em;
  margin-top: 0;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .small-banners-line .small-banner .desc-box p,
  .detail-banners .small-banner .desc-box p {
    max-width: initial;
  }
}
.small-banners-line .banner-wrapper:last-child .small-banner,
.detail-banners .banner-wrapper:last-child .small-banner {
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  .detail-banners .small-banner {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .type-index .row.banners-row {
    margin: 0 -15px !important;
  }
  .type-index .row.banners-row > div {
    padding: 0 !important;
  }
}
.middle-banners-wrapper .col-sm-12,
.body-banners .col-sm-12 {
  padding: 0 15px;
}
.before-carousel {
  background: transparent;
  border: none;
  padding: 0;
  overflow: hidden;
}
.before-carousel .banners-row {
  display: flex;
  padding-top: 0;
  margin: 0;
  flex-wrap: wrap;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .before-carousel .banners-row {
    margin: 0 -20px;
    flex-direction: column;
    align-items: center;
  }
}
.before-carousel .banners-row > div {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .before-carousel .banners-row > div {
    padding: 0;
  }
}
.before-carousel .banners-row .col-sm-4 {
  margin: 0 auto;
  padding-top: 25px;
}
/*@media @tablet-port {
  main {
    > .banners-row {
      .col-sm-4 {
        .banner-wrapper {
          img {
            width: 100%;
          }
        }
      }
    }
  }
}*/
@media only screen and (max-width: 767px) {
  .wide-carousel {
    overflow: initial;
  }
  #carousel {
    margin: 0 -5px;
  }
}
@media only screen and (max-width: 767px) {
  #carousel {
    margin-top: -15px;
  }
}
#carousel .video-banner {
  position: relative;
}
#carousel .video-banner video {
  width: 100%;
  height: auto;
}
#carousel .video-banner .video-full {
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}
#carousel .video-banner .video-full img {
  width: 40px;
  transform: scale(1);
  transform-origin: center;
  transition: 0.3s;
  min-height: initial !important;
}
#carousel .video-banner .video-full:hover img {
  transform: scale(1.05);
}
#carousel .video-banner .video-play,
#carousel .video-banner .video-pause {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  cursor: pointer;
}
#carousel .video-banner .video-play img,
#carousel .video-banner .video-pause img {
  width: 110px;
  height: auto;
  min-height: initial !important;
  transform: scale(1);
  transform-origin: center;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #carousel .video-banner .video-play img,
  #carousel .video-banner .video-pause img {
    width: 44px;
  }
}
#carousel .video-banner .video-play:hover img,
#carousel .video-banner .video-pause:hover img {
  transform: scale(1.05);
}
#carousel .video-banner .video-pause {
  display: none;
}
#carousel .video-banner.played .video-play {
  display: none;
}
#carousel .video-banner.played .video-pause {
  display: block;
  opacity: 0;
}
#carousel .video-banner.played:hover .video-pause {
  opacity: 1;
}
#carousel .carousel-inner {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner {
    margin-top: 0;
  }
}
#carousel .carousel-inner .carousel-inner {
  overflow: visible;
}
#carousel .carousel-inner .item {
  /*position: relative;*/
  /*@media @mobile-land {
      position: relative;
      height: 250px;

      > a {
        position: relative;
        height: 250px;
      }

      img {
        position: absolute;
        object-fit: inherit;
        height: 250px;
        max-width: inherit;
        width: auto !important;
        left: 50%;
        transform: translateX(-50%);
        top: initial;
        margin-left: 10vw;
      }
    }*/
  /*&:after {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.25%, rgba(0, 0, 0, 0.9) 100%);
    }*/
}
#carousel .carousel-inner .item img {
  object-fit: cover;
}
#carousel .carousel-inner .item a {
  flex-direction: column;
}
#carousel .carousel-inner .item .extended-banner-texts {
  z-index: 2;
  background: transparent;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  left: 0 !important;
  color: #fff;
  left: 50% !important;
  text-align: left;
  padding: 20px;
  right: initial;
  transform: translate(-50%, -50%);
  max-width: 1280px;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item .extended-banner-texts {
    max-width: 100% !important;
    bottom: inherit;
    padding: 10px 25px;
    width: 100%;
    right: initial;
    transform: translateY(-50%);
    position: relative;
    transform: none;
    left: 0 !important;
    top: 0;
  }
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-title {
  color: #fff;
  text-shadow: none;
  text-transform: none !important;
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-size: 6.8em;
  letter-spacing: 1.5px;
  font-weight: 400 !important;
  max-width: 400px;
  line-height: 0.9em;
}
@media only screen and (max-width: 992px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-title {
    font-size: 3em;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-title {
    font-size: 3.5em;
    color: #000;
    max-width: 225px;
  }
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-text {
  color: #fff;
  text-transform: none;
  font-size: 2.2em;
  line-height: 1.5em;
  font-weight: 300;
  text-shadow: none;
  margin-top: 0px;
  letter-spacing: 0.3px;
  max-width: 690px;
  text-align: center;
  margin-top: 8px;
  order: -1;
}
@media only screen and (max-width: 992px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-text {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-text {
    font-size: 1.3em;
    letter-spacing: 0.1px;
    line-height: 1.4em;
    margin-top: 10px;
    color: #000;
    margin-bottom: 10px;
  }
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-link {
  letter-spacing: 1.5px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 8px 0;
  min-width: inherit;
  font-weight: 500;
  color: #fff !important;
  margin-top: 20px;
  font-size: 1.5em;
  text-transform: none;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-link {
    margin-top: 20px;
    font-size: 1em;
    color: #000 !important;
    border-bottom-color: #000;
  }
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-link:hover {
  border: none;
  color: #fff !important;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-link:hover {
    color: #000 !important;
  }
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-link:after {
  display: none;
}
.type-detail .p-detail-inner .p-final-price-wrapper .price-standard,
.wide-products .p-detail-inner .p-final-price-wrapper .price-standard,
.type-detail .p-detail-inner .p-final-price-wrapper .price-save,
.wide-products .p-detail-inner .p-final-price-wrapper .price-save {
  font-size: 1.4em;
  font-weight: 400;
  color: #1b1b1b;
}
@media only screen and (max-width: 992px) {
  .type-detail .p-detail-inner .p-final-price-wrapper .price-standard,
  .wide-products .p-detail-inner .p-final-price-wrapper .price-standard,
  .type-detail .p-detail-inner .p-final-price-wrapper .price-save,
  .wide-products .p-detail-inner .p-final-price-wrapper .price-save {
    font-size: 1.2em;
  }
}
.type-detail .p-detail-inner .p-final-price-wrapper .price-standard span,
.wide-products .p-detail-inner .p-final-price-wrapper .price-standard span,
.type-detail .p-detail-inner .p-final-price-wrapper .price-save span,
.wide-products .p-detail-inner .p-final-price-wrapper .price-save span {
  font-weight: 600;
}
.type-detail .p-detail-inner .p-final-price-wrapper .price-final,
.wide-products .p-detail-inner .p-final-price-wrapper .price-final {
  font-size: 3.3em;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-detail-inner .p-final-price-wrapper .price-final,
  .wide-products .p-detail-inner .p-final-price-wrapper .price-final {
    font-size: 2em;
  }
}
.type-detail .p-detail-inner .availability-value,
.wide-products .p-detail-inner .availability-value {
  font-size: 1.2em;
  padding-top: 0;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 10px;
}
.type-detail .p-detail-inner .availability-value .availability-label[style="color: #009901"],
.wide-products .p-detail-inner .availability-value .availability-label[style="color: #009901"] {
  color: #3F9B00 !important;
}
.type-detail .p-detail-inner .price-line,
.wide-products .p-detail-inner .price-line {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}


.type-detail .p-detail-inner .price-line .price-side,
.wide-products .p-detail-inner .price-line .price-side {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.type-detail .p-detail-inner .price-line .price-side .price-save,
.wide-products .p-detail-inner .price-line .price-side .price-save {
  display: none;
}
.type-detail .p-detail-inner .price-line .price-side .price-standard,
.wide-products .p-detail-inner .price-line .price-side .price-standard {
  font-size: 1.5em !important;
  font-weight: 300 !important;
  margin-left: 20px;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1200px) {
  .type-detail .p-detail-inner .price-line .price-side .price-standard,
  .wide-products .p-detail-inner .price-line .price-side .price-standard {
    font-size: 1.2em !important;
  }
}
.type-detail .p-detail-inner .price-line .price-side .price-standard,
.wide-products .p-detail-inner .price-line .price-side .price-standard,
.type-detail .p-detail-inner .price-line .price-side .price-save,
.wide-products .p-detail-inner .price-line .price-side .price-save {
  font-size: 1em;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .type-detail .p-detail-inner .price-line .price-side .price-standard,
  .wide-products .p-detail-inner .price-line .price-side .price-standard,
  .type-detail .p-detail-inner .price-line .price-side .price-save,
  .wide-products .p-detail-inner .price-line .price-side .price-save {
    font-size: 1.2em;
  }
}
.type-detail .p-detail-inner .price-line .delivery-line,
.wide-products .p-detail-inner .price-line .delivery-line {
  font-weight: 400;
  font-size: 0.8em;
  color: #141414;
  margin-top: 5px;
}
.type-detail .p-detail-inner .price-line .delivery-line .delivery-time-label,
.wide-products .p-detail-inner .price-line .delivery-line .delivery-time-label {
  margin-right: 5px;
}
.type-detail .p-detail-inner .price-line .price-final,
.wide-products .p-detail-inner .price-line .price-final {
  font-size: 3.5em;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .type-detail .p-detail-inner .price-line .price-final,
  .wide-products .p-detail-inner .price-line .price-final {
    font-size: 3.5em;
  }
}
@media only screen and (max-width: 992px) {
  .type-detail .p-detail-inner .price-line .price-final,
  .wide-products .p-detail-inner .price-line .price-final {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail .p-detail-inner .price-line,
  .wide-products .p-detail-inner .price-line {
    flex-wrap: nowrap;
    gap: 8px;
  }
}

.type-detail .p-detail-inner .price-line .p-final-price-wrapper,
.wide-products .p-detail-inner .price-line .p-final-price-wrapper {
  margin: 0;
  width: auto;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-detail-inner .price-line .p-final-price-wrapper,
  .wide-products .p-detail-inner .price-line .p-final-price-wrapper {
    width: auto;
    margin-right: 10px;
    font-size: 16px;
  }
}

.type-detail .p-detail-inner .price-line .quantity,
.wide-products .p-detail-inner .price-line .quantity {
  padding: 0;
  width: 152px;
  height: 58px;
  margin: 15px 0;
  margin-right: 15px;
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .type-detail .p-detail-inner .price-line .quantity,
  .wide-products .p-detail-inner .price-line .quantity {
    margin-right: 10px;
  }
}
.type-detail .p-detail-inner .price-line .quantity .increase,
.wide-products .p-detail-inner .price-line .quantity .increase {
  position: absolute;
  right: 7px;
  top: 13px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
}
.type-detail .p-detail-inner .price-line .quantity .increase:before,
.wide-products .p-detail-inner .price-line .quantity .increase:before {
  margin-top: -4px;
  content: '+';
  font-size: 16px;
  font-weight: 800;
}
.type-detail .p-detail-inner .price-line .quantity .increase:hover,
.wide-products .p-detail-inner .price-line .quantity .increase:hover {
  background: #ccc;
}
.type-detail .p-detail-inner .price-line .quantity .decrease,
.wide-products .p-detail-inner .price-line .quantity .decrease {
  position: absolute;
  left: 7px;
  top: 13px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
}
.type-detail .p-detail-inner .price-line .quantity .decrease:before,
.wide-products .p-detail-inner .price-line .quantity .decrease:before {
  margin-top: -8px;
  content: '-';
  font-size: 24px;
  font-weight: 700;
}
.type-detail .p-detail-inner .price-line .quantity .decrease:hover,
.wide-products .p-detail-inner .price-line .quantity .decrease:hover {
  background: #ccc;
}
.type-detail .p-detail-inner .price-line .quantity input,
.wide-products .p-detail-inner .price-line .quantity input {
  width: 152px;
  height: 42px;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 1.2em;
}
.type-detail .p-detail-inner .add-to-cart,
.wide-products .p-detail-inner .add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  justify-content: flex-end;
}
.type-detail .p-detail-inner .add-to-cart .quantity,
.wide-products .p-detail-inner .add-to-cart .quantity {
  padding: 0;
  width: 152px;
  height: 58px;
  margin: 5px 0;
  margin-right: 25px;
  position: relative;
  background: #FFFFFF;
  border: none;
  border-radius: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .type-detail .p-detail-inner .add-to-cart .quantity:not(.adonio-dropdown .quantity),
  .wide-products .p-detail-inner .add-to-cart .quantity:not(.adonio-dropdown .quantity) {
    margin-right: 10px;
    width: 120px;
  }
}

.type-detail .p-detail-inner .add-to-cart .quantity .increase,
.wide-products .p-detail-inner .add-to-cart .quantity .increase {
  position: absolute;
  right: 15px;
  left: inherit;
  top: 17px;
  width: 26px;
  height: 29px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 0.7;
}
.type-detail .p-detail-inner .add-to-cart .quantity .increase:before,
.wide-products .p-detail-inner .add-to-cart .quantity .increase:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/plus2.svg);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.type-detail .p-detail-inner .add-to-cart .quantity .increase:hover,
.wide-products .p-detail-inner .add-to-cart .quantity .increase:hover {
  background: #ccc;
}
.type-detail .p-detail-inner .add-to-cart .quantity .increase:hover:before,
.wide-products .p-detail-inner .add-to-cart .quantity .increase:hover:before {
  opacity: 1 !important;
}
.type-detail .p-detail-inner .add-to-cart .quantity .decrease,
.wide-products .p-detail-inner .add-to-cart .quantity .decrease {
  position: absolute;
  left: 15px;
  right: inherit;
  width: 22px;
  top: 17px;
  width: 26px;
  height: 29px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 0.7;
}
.type-detail .p-detail-inner .add-to-cart .quantity .decrease:before,
.wide-products .p-detail-inner .add-to-cart .quantity .decrease:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/minus2.svg);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.type-detail .p-detail-inner .add-to-cart .quantity .decrease:hover,
.wide-products .p-detail-inner .add-to-cart .quantity .decrease:hover {
  background: #ccc;
}
.type-detail .p-detail-inner .add-to-cart .quantity .decrease:hover:before,
.wide-products .p-detail-inner .add-to-cart .quantity .decrease:hover:before {
  opacity: 1 !important;
}
.type-detail .p-detail-inner .add-to-cart .quantity input,
.wide-products .p-detail-inner .add-to-cart .quantity input {
  width: 152px;
  height: 56px;
  text-align: center;
  font-weight: 300;
  color: #000;
  font-size: 1.6em;
  font-family: 'Roboto Condensed', sans-serif !important;
}
@media only screen and (max-width: 480px) {
  .type-detail .p-detail-inner .add-to-cart > .quantity > input,
  .wide-products .p-detail-inner .add-to-cart > .quantity > input {
    width: 120px;
  }
}

.type-detail .p-detail-inner .add-to-cart button,
.wide-products .p-detail-inner .add-to-cart button {
  display: flex;
  width: 275px;
  height: 58px;
  align-items: center;
  text-transform: uppercase !important;
  letter-spacing: 0.9px;
  justify-content: center;
  font-weight: 400;
  color: #fff;
  background: #000000;
  border: none;
  border-radius: 0px;
  text-align: center;
  font-size: 1.3em;
  /*&:before {
        width: 24px;
        height: 24px;
        position: relative;
        content: '';
        display: inline-block;
        top: 1px;
        margin-right: 10px;
        background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/cart-w.svg);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center;
      }*/
}
.type-detail .p-detail-inner .add-to-cart button:hover,
.wide-products .p-detail-inner .add-to-cart button:hover {
  background: #2ca829;
}
.type-detail .p-detail-inner .add-to-cart button:before,
.wide-products .p-detail-inner .add-to-cart button:before {
  /*font-size: 20px;
        !* float: right; *!
        content: '';
        margin-right: -5px;
        width: 16px;
        order: 2;
        height: 16px;
        background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/arrow-right-long-w.svg);
        background-size: 13px;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: -2px;
        margin-left: 8px;*/
  display: none;
}
@media only screen and (max-width: 480px) {
  .type-detail .p-detail-inner .add-to-cart > button,
  .wide-products .p-detail-inner .add-to-cart > button {
    width: 160px !important;
    font-size: 1em;
    padding: 0 10px !important;
  }
}

.type-detail .p-detail-inner .shp-tabs-wrapper,
.wide-products .p-detail-inner .shp-tabs-wrapper {
  position: relative;
  padding: 30px 0;
  margin-bottom: 0;
}
.type-detail .p-detail-inner .shp-tabs-wrapper:before,
.wide-products .p-detail-inner .shp-tabs-wrapper:before {
  width: 100vw;
  height: 100%;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #F8F8F8;
}
.type-detail .p-detail-inner .p-detail-inner-header h1,
.wide-products .p-detail-inner .p-detail-inner-header h1 {
  font-size: 3.2em;
  font-weight: 400;
  color: #141414;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif !important;
}
@media only screen and (max-width: 1200px) {
  .type-detail .p-detail-inner .p-detail-inner-header h1,
  .wide-products .p-detail-inner .p-detail-inner-header h1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail .p-detail-inner .p-detail-inner-header h1,
  .wide-products .p-detail-inner .p-detail-inner-header h1 {
    font-size: 1.8em;
  }
}
.type-detail .p-detail-inner .p-detail-inner-header .p-code,
.wide-products .p-detail-inner .p-detail-inner-header .p-code {
  display: none;
}
@media only screen and (max-width: 767px) {
  .type-detail .responsive-nav .hidden-links {
    top: 45px;
  }
}
.type-detail .flag.dkLabFavFlagProduct {
  display: none !important;
}
.type-detail .shp-tabs-wrapper .row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.type-detail .shp-tabs-wrapper .row .shp-tabs-row {
  width: 280px;
  padding: 0;
  border-right: 1px solid #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .type-detail .shp-tabs-wrapper .row .shp-tabs-row {
    width: 100%;
    border: none;
  }
}
.type-detail .shp-tabs-wrapper .row .shp-tabs-row + div {
  width: calc(100% - 280px);
}
@media only screen and (max-width: 767px) {
  .type-detail .shp-tabs-wrapper .row .shp-tabs-row + div {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .shp-tabs-wrapper {
    margin-bottom: 0;
  }
}
.type-detail .breadcrumbs-wrapper {
  background: #f3f3f3;
  margin-bottom: 0px !important;
}
.type-detail .shipping-options {
  text-decoration: underline;
}
.type-detail .shipping-options:hover {
  text-decoration: none;
}
.type-detail .p-image-wrapper {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .type-detail .p-image-wrapper {
    width: 62%;
  }
}
.type-detail .p-image-wrapper .flags-default {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
.type-detail .p-image-wrapper .flags-default .flag {
  /* odstraníme pevné rozměry */
  width: auto;
  height: auto;

  /* ať se přizpůsobí textu */
  display: inline-flex;         /* obsah centrovaný vertikálně i horizontálně */
  align-items: center;
  justify-content: center;

  /* prostor okolo textu */
  padding: 10px 10px;            /* uprav dle chuti */
  box-sizing: border-box;

  /* typografie */
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  color: #fff;                  /* případně podle tvého designu */

  /* vzhled */
  border-radius: 10px;
  background: #b81200;          /* nebo nechat jak máš inline */

  /* chování textu */
  white-space: nowrap;          /* jednorádkový „chip“ – odstraní zalamování */
  /* pokud chceš povolit zalomení, smaž řádek výše a případně přidej: */
  /* max-width: 160px; word-break: break-word; */
  
  /* mezery okolo */
  margin: 0 0 10px 0;           /* zrušil jsem -5px odsazení doleva */
}

.type-detail .p-image-wrapper .flags-default .flag.dkLabFavFlagProduct {
  display: none !important;
}

.type-detail .p-image-wrapper .p-image {
  position: relative;
  background: #fff;
  margin-bottom: 0;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount {
  background: #313130;
  display: none;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount span {
  color: #fff;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-save {
  font-size: 1.2em;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount {
    width: 109px;
    height: 109px;
  }
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-standard {
    font-size: 1.3em;
    font-weight: 300;
  }
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-save {
    font-size: 2.3em;
    font-weight: 300;
    margin-top: 0;
  }
}
.type-detail .p-info-wrapper {
  display: flex;
  flex-direction: column;
  /*> div, > table, > * {
      order: 1;
    }*/
}
@media only screen and (min-width: 1200px) {
  .type-detail .p-info-wrapper {
    width: 38%;
  }
}
.type-detail .p-info-wrapper .p-short-description {
  line-height: 1.7em;
  color: #141414;
}
.type-detail .p-info-wrapper .p-short-description,
.type-detail .p-info-wrapper .p-short-description + p {
  order: -1;
  margin-top: 5px;
}
.type-detail .p-info-wrapper .p-short-description + p {
  margin-top: 10px;
}
.type-detail .p-info-wrapper .p-short-description + p a {
  color: #313130;
  text-decoration: underline;
  letter-spacing: 0.5px;
}
.type-detail .p-info-wrapper .p-short-description + p a:after {
  display: none;
}
.type-detail .p-info-wrapper .p-detail-inner-header,
.type-detail .p-info-wrapper .p-detail-info {
  order: -1;
}
.type-detail .p-info-wrapper .p-detail-inner-header > div:not(.stars-wrapper),
.type-detail .p-info-wrapper .p-detail-info > div:not(.stars-wrapper) {
  color: #000;
  font-size: 0;
}
.type-detail .p-info-wrapper .p-detail-inner-header > div:not(.stars-wrapper) a,
.type-detail .p-info-wrapper .p-detail-info > div:not(.stars-wrapper) a {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
.type-detail .p-info-wrapper .p-detail-inner-header .stars-label,
.type-detail .p-info-wrapper .p-detail-info .stars-label {
  margin-left: 10px;
  color: #000;
  margin-top: 1px;
}
.type-detail .p-info-wrapper .p-detail-info {
  order: -1;
  margin-bottom: 0;
}
.type-detail .p-info-wrapper .p-detail-info .stars-wrapper:before {
  display: none;
}
.type-detail .p-info-wrapper .p-detail-info .stars-wrapper .stars {
  width: 76px;
}
.type-detail .p-info-wrapper .p-detail-info .stars-wrapper .stars .star {
  width: 15px;
}
.type-detail .p-info-wrapper .detail-parameters {
  border-top: 15px solid transparent;
  /*margin-bottom: 30px;*/
  position: relative;
  /*&:before {
        width: 100%;
        height: 1px;
        background: #E1E1E1;
        content: '';
        position: absolute;
        top: -30px;
      }*/
}
.type-detail .p-info-wrapper .detail-parameters tr th {
  width: 100%;
  color: #000;
  font-weight: 500;
  min-width: 175px;
  float: left;
  font-size: 1.2em;
  padding-bottom: 7px;
}
.type-detail .p-info-wrapper .detail-parameters tr select {
  height: 48px;
  border-radius: 5px;
  padding: 0 50px 0 15px;
  color: #000;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/select-bg.svg?v2);
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: right -1px center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.type-detail .p-info-wrapper .detail-parameters tr.variant-list,
.type-detail .p-info-wrapper .detail-parameters tr.surcharge-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  /*&:before {
            width: 100%;
            height: 1px;
            background: #E1E1E1;
            content: '';
            position: absolute;
            top: -11px;
          }*/
}
@media only screen and (max-width: 480px) {
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list {
    flex-direction: column;
    text-align: left;
  }
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list th,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list th,
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list td,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list td {
    width: 100%;
  }
}
.type-detail .p-info-wrapper .detail-parameters tr.variant-list .advanced-parameter,
.type-detail .p-info-wrapper .detail-parameters tr.surcharge-list .advanced-parameter {
  margin: 6px 12px 6px 0;
  width: 48px;
  height: 48px;
}
.type-detail .advanced-parameter-inner.yes-before::before {
  background-size: 0px;
}
.type-detail .advanced-parameter-inner {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.type-detail .advanced-parameter-inner img {
  display: none;
}
.type-detail .advanced-parameter-inner .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  padding-top: 3px;
  padding-left: 1px;
}
.type-detail .advanced-parameter-inner.yes-before {
  border: 3px solid #000;
}
.type-detail .stars-wrapper {
  order: -3;
}
@media only screen and (max-width: 1200px) {
  .type-detail .stars-wrapper {
    margin-top: 15px;
  }
}
.type-detail .stars-wrapper .stars-label {
  font-size: 1em;
  color: #000;
}
.type-detail .flags-default .flag {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
}
@media only screen and (min-width: 1200px) {
  .type-detail .flags-default .flag {
    margin: 0 5px 0 0;
    padding: 7px 9px;
    max-width: 120px;
    font-size: 0.75em !important;
    text-transform: uppercase;
    letter-spacing: 0.2px;
  }
}
.type-detail #rate-form .btn.btn-primary,
.type-detail #productDiscussion .btn.btn-primary {
  padding: 10px 20px;
}
.type-detail .responsive-nav .hidden-links li[data-testid="tabRelatedFiles"] {
  display: none;
}
.type-detail .responsive-nav .hidden-links > li a {
  padding: 10px 20px;
  color: #000;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .type-detail .responsive-nav .hidden-links > li a {
    font-size: 1.2em;
  }
}
.type-detail .shp-tabs-row .shp-tabs-holder {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
}
.type-detail .shp-tabs-row .shp-tabs-holder ul.shp-tabs {
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .type-detail .shp-tabs-row .shp-tabs-holder ul.shp-tabs {
    flex-direction: row;
    padding: 0 10px;
  }
}
.type-detail .shp-tabs-row .shp-tabs-holder li a {
  padding: 12px 0;
  text-transform: none;
  color: #000;
  font-size: 1.6em;
  background: transparent;
  border-top: none;
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .type-detail .shp-tabs-row .shp-tabs-holder li a {
    margin-right: 25px;
    font-size: 1.3em;
  }
}
.type-detail .shp-tabs-row .shp-tabs-holder li[data-testid="tabRelatedFiles"] {
  display: none;
}
.type-detail .shp-tabs-row .shp-tabs-holder li.active a {
  border-color: transparent;
  background: transparent;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.type-detail .shp-tabs-row .shp-tabs-holder li.active a:before {
  width: 28px;
  height: 28px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/car-right.svg?v6);
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .type-detail .shp-tabs-row .shp-tabs-holder li.active a:before {
    width: 20px;
    height: 20px;
    background-size: 16px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .type-detail .content {
    padding: 0;
  }
}
.type-detail .p-switchable .inactive {
  display: block;
}
.type-detail .products-related {
  margin-bottom: 40px;
}
.type-detail .products-related:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .type-detail .responsive-nav .navigation-btn {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail .responsive-nav .navigation-btn {
    display: inline-block;
    height: 38px;
    margin-top: 1px;
    color: #000;
    background: transparent;
    font-size: 20px;
  }
}
.type-detail .p-thumbnails.overflow-next::after,
.type-detail .p-thumbnails.overflow-prev::before {
  height: 100%;
  width: 70px;
}
.type-detail .p-thumbnails .thumbnail-next::before {
  margin-right: 7px;
}
.type-detail .p-thumbnails .thumbnail-prev::before {
  margin-left: 7px;
}
.type-detail .browse-p {
  display: none !important;
}
.type-detail #tab-content {
  /* #variants, #description {
      display: block;
      opacity: 1;
    }*/
}
.type-detail #tab-content #variants {
  margin-bottom: 50px;
}
.type-detail .stars a::before,
.type-detail .stars span::before {
  font-size: 14px;
}
.type-detail .social-buttons-wrapper {
  margin-top: 0px !important;
}
.type-detail .social-buttons-wrapper .social-buttons {
  padding: 20px;
  border-radius: 20px;
}
.type-detail .social-buttons-wrapper a {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.type-detail .social-buttons-wrapper a span {
  text-transform: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}
.type-detail .social-buttons-wrapper a:hover {
  color: #AD161B;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #AD161B;
}
.type-detail .p-detail {
  display: flex;
  flex-direction: column;
}
.type-detail .p-detail .stars {
  width: 90px;
}
.type-detail .p-detail .stars .star {
  width: 18px;
}
.type-detail .p-detail .stars .star:before {
  font-size: 11px;
}
.type-detail .basic-description {
  margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .type-detail .basic-description {
    width: 60%;
  }
}
.type-detail .product-bottom-imgs {
  margin-bottom: 40px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .type-detail .product-bottom-imgs {
    margin-bottom: 15px;
  }
}
.type-detail .product-bottom-imgs img {
  width: 33.333%;
  height: auto;
}
.type-detail .benefitBanner {
  background: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .type-detail .benefitBanner {
    margin-bottom: 20px;
  }
}
.type-detail .benefitBanner:before {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: '';
  top: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
}
.type-detail .benefitBanner .benefitBanner__item:before {
  background: rgba(0, 0, 0, 0.1);
}
.type-detail .benefitBanner .benefitBanner__item .benefitBanner__content .benefitBanner__title,
.type-detail .benefitBanner .benefitBanner__item .benefitBanner__content .benefitBanner__data {
  color: #000;
}
.type-detail .p-thumbnails .p-thumbnail {
  padding-right: 0px;
}
@media only screen and (min-width: 768px) {
  .type-detail .p-thumbnails {
    height: 145px;
  }
  .type-detail .p-thumbnails .p-thumbnails-inner {
    height: 145px;
  }
  .type-detail .p-thumbnails .p-thumbnail {
    width: 145px;
    height: 145px;
  }
  .type-detail .p-thumbnails .p-thumbnail img {
    width: 100%;
    height: auto;
  }
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a img {
  border: 1px solid transparent;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a:before {
  display: none;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a.highlighted img {
  border: 1px solid #313130;
}
.type-detail .social-buttons-wrapper {
  margin-top: 0;
}
@media only screen and (max-width: 1200px) {
  .type-detail .social-buttons-wrapper {
    margin-top: 20px;
  }
}
.type-detail .social-buttons-wrapper .link-icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.type-detail .social-buttons-wrapper .social-buttons .twitter {
  min-width: 70px;
}
.type-detail .social-buttons-wrapper .social-buttons .facebook {
  min-width: 115px;
}
.type-detail .social-buttons-wrapper a {
  text-transform: none;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  display: flex;
  flex-direction: revert;
  text-align: center;
  align-items: center;
  text-decoration: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 30px;
  height: 33px;
}
@media only screen and (max-width: 480px) {
  .type-detail .social-buttons-wrapper a {
    margin-top: 15px;
    padding-right: 15px;
  }
}
.type-detail .social-buttons-wrapper a:before {
  transition: 0.3s;
  margin-bottom: 20px;
}
.type-detail .social-buttons-wrapper a span {
  text-transform: none;
  color: #141414;
  font-weight: 400;
  font-size: 13px;
}
.type-detail .social-buttons-wrapper a:hover {
  color: #313130;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #FF6600;
}
.type-detail .social-buttons-wrapper .link-icon.share::before,
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 50px;
  margin-right: 10px;
  color: #d5d6da;
  line-height: 46px;
}
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 40px;
}
.type-detail .social-buttons-wrapper .link-icon.chat:before,
.type-detail .social-buttons-wrapper .link-icon.watchdog:before,
.type-detail .social-buttons-wrapper .link-icon.share:before {
  content: '';
  width: 32px;
  height: 32px;
  font-size: 0;
  margin: 0 10px 0 0;
}
.type-detail .social-buttons-wrapper .link-icon.print {
  display: none;
}
.type-detail .social-buttons-wrapper .link-icon.share {
  order: -1;
}
.type-detail .social-buttons-wrapper .link-icon.share::before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/share2.svg);
}
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/watchdog.svg);
}
.type-detail .social-buttons-wrapper .link-icon.chat:before {
  content: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/message.svg);
}
.type-detail .social-buttons-wrapper .link-icon {
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .type-detail .social-buttons-wrapper .link-icon {
    padding-right: 60px;
  }
}
.type-detail .social-buttons-wrapper .link-icon:hover.chat:before,
.type-detail .social-buttons-wrapper .link-icon:hover.print:before {
  opacity: 1;
}
.type-detail .social-buttons-wrapper .link-icon:hover.share:before,
.type-detail .social-buttons-wrapper .link-icon:hover.watchdog:before {
  color: #000;
}
.type-detail .product-top > .col-xs-12 > .p-detail-info {
  order: -1;
}
.type-detail .product-top > .col-xs-12 > .p-detail-info > div:not(.stars-wrapper) {
  color: #000;
  font-size: 0;
}
.type-detail .product-top > .col-xs-12 > .p-detail-info > div:not(.stars-wrapper) a {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .type-detail .product-top > .col-xs-12 > .p-detail-info > div:not(.stars-wrapper) a {
    font-size: 14px;
  }
}
.type-detail .product-top > .col-xs-12 > .p-detail-info .stars-label {
  margin-left: 10px;
  color: #000;
  margin-top: 1px;
}
.type-detail .basic-description > h3:first-child,
.type-detail .extended-description h3,
.type-detail h2.products-related-header {
  font-size: 1.8em;
  color: #000;
  letter-spacing: 0.2px;
  font-weight: 600;
  margin-bottom: 25px;
  font-family: 'Roboto Condensed', sans-serif !important;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description > h3:first-child,
  .type-detail .extended-description h3,
  .type-detail h2.products-related-header {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .basic-description > h3:first-child,
  .type-detail .extended-description h3,
  .type-detail h2.products-related-header {
    font-size: 1.5em;
  }
}
.type-detail #content h2.products-related-header {
  max-width: 640px;
  text-align: center;
  width: 100%;
  padding: 0 45px;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 500;
  margin: 50px auto 25px auto;
  order: 3;
}
@media only screen and (max-width: 767px) {
  .type-detail #content h2.products-related-header {
    font-size: 1.7em;
    max-width: 280px;
    margin: 40px auto 5px auto;
    font-weight: 700;
  }
}
.type-detail #content h2.products-related-header + .products {
  order: 4;
}
.type-detail .basic-description {
  max-width: 100vw;
  overflow: auto;
  color: #000;
  margin-top: 0;
}
@media only screen and (min-width: 1200px) {
  .type-detail .basic-description {
    padding: 0 20px;
  }
}
.type-detail .basic-description p,
.type-detail .basic-description ul,
.type-detail .basic-description li,
.type-detail .basic-description ol {
  font-weight: 300;
  line-height: 1.7em;
}
.type-detail .contact-banner {
  background: #f0f0f0;
  margin-top: 20px;
  text-align: center;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .type-detail .contact-banner {
    margin-bottom: 30px;
  }
}
.type-detail .contact-banner h3 {
  display: block !important;
  margin: 40px 0 30px 0;
  font-size: 1.6em;
  font-weight: 600;
  color: #000;
}
.type-detail .contact-banner p {
  margin-top: 20px;
  font-size: 1.1em;
  color: #000;
}
.type-detail .contact-banner .top-navigation-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px;
  max-width: 270px;
  background: transparent;
  margin: 30px auto 20px auto;
  text-align: left;
}
.type-detail .contact-banner .top-navigation-contacts a {
  position: relative;
  padding-left: 50px;
  color: #141414;
  margin-bottom: 25px;
  display: block !important;
  font-size: 1.3em;
}
.type-detail .contact-banner .top-navigation-contacts a span {
  display: inline-block !important;
}
.type-detail .contact-banner .top-navigation-contacts a:before {
  left: 0;
  position: absolute;
  font-size: 34px;
  color: #313130;
}
.type-detail .contact-banner .top-navigation-contacts a .open-time {
  display: block;
  font-size: 0.8em;
}
.type-detail .contact-banner .photo img {
  max-width: 110px;
  max-height: 110px;
}
.type-detail #ratingTab {
  /* &:before {
      content: 'Hodnocení';
      font-size: 2.3em;
      font-weight: 600;
      display: block;
      margin-bottom: 25px;
      color: #343434;

      @media @tablet-port {
        font-size: 1.5em;
      }
    }
*/
}
.type-detail #ratingTab .votes-wrap {
  max-width: 100%;
}
.type-detail #ratingTab #ratingWrapper {
  max-width: 100%;
}
.type-detail #ratingTab #ratingWrapper .rate-wrap .rate-average {
  font-size: 60px;
  font-weight: 600;
  color: #343434;
}
.type-detail .extended-description {
  padding-left: 40px;
  border-left: 1px solid #D9D9D9;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .type-detail .extended-description {
    width: 40%;
  }
}
@media only screen and (max-width: 992px) {
  .type-detail .extended-description {
    padding-left: 0;
    border: none;
  }
}
.type-detail .extended-description h3 {
  font-size: 1.8em;
  font-family: 'Inter';
  color: #000;
  letter-spacing: 0.2px;
  font-weight: 600;
  margin-bottom: 25px;
  font-family: 'Roboto Condensed', sans-serif !important;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .type-detail .extended-description h3 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .extended-description h3 {
    font-size: 1.5em;
  }
}
.type-detail .extended-description table {
  width: 100%;
}
.type-detail .extended-description table tr {
  /*border-bottom: 1px solid #dedede;
        &:nth-child(odd) {
          background: #F3F3F3;
        }*/
}
.type-detail .extended-description table tr th,
.type-detail .extended-description table tr td {
  padding: 13px 17px;
  color: #000;
  font-size: 1.1em;
}
@media only screen and (max-width: 992px) {
  .type-detail .extended-description table tr th,
  .type-detail .extended-description table tr td {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .extended-description table tr th,
  .type-detail .extended-description table tr td {
    padding: 5px 15px;
  }
}
.type-detail .extended-description table tr th {
  padding-left: 0;
}
.type-detail .extended-description table tr a {
  color: #141414;
  text-decoration: underline;
}
.type-detail .extended-description table tr th {
  font-weight: 400;
}
.type-detail .extended-description table tr td {
  font-weight: 300;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .type-detail .extended-description table tr td {
    padding-right: 0;
  }
}
.type-detail .description-inner {
  padding: 0;
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .type-detail .description-inner {
    flex-direction: column;
  }
}
.type-detail .detail-banners {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .type-detail .detail-banners {
    margin-bottom: 25px;
  }
}
.type-detail .p-detail-inner .price-line .price-final {
  color: #141414;
}
@media only screen and (max-width: 1200px) {
  .type-detail .p-detail-inner .price-line .price-final {
    font-size: 3em;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .p-detail-inner .price-line .price-final {
    font-size: 2.2em;
  }
}
.type-detail .p-detail-inner .add-to-cart {
  border-top: none;
  border-bottom: none;
  padding: 0;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-detail-inner .add-to-cart {
    margin-top: 10px;
  }
}
.type-detail .p-final-price-wrapper {
  order: -2;
}
@media only screen and (max-width: 480px) {
  .type-detail .p-info-wrapper .p-final-price-wrapper {
    margin-bottom: 0;
  }
  .type-detail .social-buttons-wrapper a {
    margin-top: 0;
  }
}
@media (max-width: 396px) {
  .type-detail .p-detail-inner .add-to-cart {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .p-detail-inner .price-line {
    margin-top: 20px;
  }
}
@media (max-width: 442px) {
  .type-detail .p-detail-inner .price-line .availability-value {
    margin-top: 20px;
  }
}
.type-detail .lhuty-button {
  color: #000;
  text-decoration: underline;
  margin-top: 15px;
}
.type-detail .lhuty-button:hover {
  text-decoration: none;
}
.type-detail .lhuty-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  display: none;
  width: 90%;
  max-width: 700px;
}
.type-detail .lhuty-popup .lhuty-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.type-detail .lhuty-popup .lhuty-close:before {
  content: "\e912";
  font-size: 20px;
  left: 0px;
  line-height: 40px;
  font-family: shoptet;
  position: absolute;
  text-indent: 0;
  top: 0;
}
.type-detail .lhuty-popup .lhuty-close:hover {
  opacity: 0.7;
}
.type-detail .lhuty-popup .lhuty-popup-inner {
  max-height: calc(100vh - 300px);
  overflow: auto;
  margin-top: 15px;
  color: #000;
}
.type-detail .lhuty-popup .lhuty-popup-inner p {
  color: #000;
}
.type-detail .lhuty-popup .lhuty-popup-inner h2 {
  font-size: 18px !important;
  color: #000;
  font-weight: 600;
  margin-top: 35px;
}
.type-detail .lhuty-popup .lhuty-popup-inner h1 {
  font-size: 22px !important;
  font-weight: 600;
  color: #000 !important;
  margin-top: 0;
}
.stars .star:before {
  color: #141414 !important;
}
.content-inner {
  max-width: 100%;
}
#colorbox .advanced-order .h1.advanced-order-suggestion {
  padding-left: 40px;
  padding-right: 40px;
}
#colorbox .advanced-order .products .slick-arrow {
  top: -50px;
  right: 5px;
  left: inherit;
  transform: none;
  margin: 0;
}
#colorbox .advanced-order .products .slick-arrow.slick-prev {
  display: block;
  left: 5px;
  right: inherit;
  transform: none;
  margin: 0;
}
#colorbox .advanced-order .products-block {
  margin: 0;
}
#colorbox .advanced-order .products-block.margin {
  margin: 0 -10px 0 -10px;
  width: calc(100% + 20px);
}
#colorbox .advanced-order .products-block.margin .slick-list {
  padding: 0 !important;
}
.type-detail .p-detail-inner .availability-value .availability-label span.green {
  color: #006a00;
  display: inline-block;
  margin-right: 4px;
}
.faq-item {
  border: 2px solid #dadada;
  margin-bottom: 25px;
  padding: 0 25px;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
}
.faq-item:hover {
  border-color: #FF6600;
}
@media only screen and (max-width: 480px) {
  .faq-item {
    padding: 0 15px;
    margin-bottom: 10px;
  }
}
.faq-item label {
  padding: 35px 80px 35px 15px !important;
  font-weight: 500 !important;
  color: #000;
}
@media only screen and (max-width: 480px) {
  .faq-item label {
    padding: 15px 65px 15px 15px !important;
    font-size: 18px !important;
  }
}
.faq-item label span:after {
  width: 50px;
  height: 50px;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  border-radius: 50px;
  content: '';
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/arr-r-o.svg?v2);
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #dadada;
  display: none;
}
@media only screen and (max-width: 480px) {
  .faq-item label span:after {
    width: 35px;
    height: 35px;
    right: 15px;
    background-size: 26px;
  }
}
.faq-item label + div {
  margin-top: -15px;
  opacity: 1;
  font-size: 15px;
  color: #000;
  font-weight: 300;
}
.faq-item label + div a {
  color: #239ceb;
}
.faq-item label + div a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .faq-item label + div {
    margin-top: -2px;
  }
}
.faq-item label + div > *,
.faq-item label + div > * > *,
.faq-item label + div > * > * > * {
  font-size: 18px !important;
}
@media only screen and (max-width: 480px) {
  .faq-item label + div > *,
  .faq-item label + div > * > *,
  .faq-item label + div > * > * > * {
    font-size: 16px !important;
  }
}
.faq-item input:checked + label + div {
  display: block;
  padding: 0 15px;
  z-index: 1;
  position: relative;
}
.faq-item input[type="checkbox"]:checked + label::after,
.faq-item input[type="radio"]:checked + label::after {
  background: transparent !important;
}
.faq-item input:checked + label span::after {
  top: 50%;
  right: 24px;
  background-color: #FF6600;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/arr-r-w2.svg?v2);
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) rotate(90deg);
  margin-top: -5px;
  content: '';
  border-color: #FF6600;
}
@media only screen and (max-width: 480px) {
  .faq-item input:checked + label span::after {
    background-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .otazky #content-wrapper {
    padding: 0 !important;
  }
}
.type-detail .p-thumbnails .thumbnail-prev,
.type-detail .p-thumbnails .thumbnail-next {
  display: none !important;
}
.type-detail .p-thumbnails .p-thumbnails-inner {
  width: auto;
}
.type-detail .video-wrapper iframe {
  height: 642px;
}
@media only screen and (max-width: 767px) {
  .type-detail .video-wrapper iframe {
    height: 68.5vw;
  }
}
.type-detail .new-thumbs {
  position: relative;
  padding: 0 25px;
  margin-top: 25px;
}
@media (max-width: 1318px) {
  .type-detail .new-thumbs {
    padding: 0 32px;
  }
}
.type-detail .new-thumbs .slick-list {
  padding-right: 2px;
}
.type-detail .new-thumbs .p-thumbnail,
.type-detail .new-thumbs .video-thumb {
  margin: 0 5px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.type-detail .new-thumbs .p-thumbnail.thumb-active,
.type-detail .new-thumbs .video-thumb.thumb-active {
  border: 1px solid #000;
}
.type-detail .new-thumbs .video-thumb {
  position: relative;
  cursor: pointer;
}
.type-detail .new-thumbs .video-thumb.highlighted {
  border: 1px solid #000;
}
.type-detail .new-thumbs .video-thumb img {
  opacity: 0.3;
}
.type-detail .new-thumbs .video-thumb:after {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/play-btn.svg?v6);
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}
.type-detail .new-thumbs .slick-prev {
  left: 50%;
  transform: translateX(-50%);
  margin-left: -350px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/car-left.svg?v6);
  background-size: 18px;
  left: -15px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 26px;
  height: 26px;
  border-radius: 30px;
  position: absolute;
  font-size: 0;
  /*@media @tablet-port {
        margin-left: -150px;
      }

      @media @mobile-land {
        margin-left: -135px;
      }*/
  /*@media @tablet-land {
        right: inherit;
        left: 0px;
        top: -25px;
      }*/
}
@media (max-width: 1318px) {
  .type-detail .new-thumbs .slick-prev {
    left: 0;
  }
}
.type-detail .new-thumbs .slick-next {
  /*@media @tablet-land {
        right: 0;
        left: inherit;
        top: -33px;
      }*/
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  left: inherit;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/car-right.svg?v6);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  border-radius: 30px;
  position: absolute;
  font-size: 0;
  border: none;
}
@media (max-width: 1318px) {
  .type-detail .new-thumbs .slick-next {
    right: 0;
  }
}
.type-detail .new-thumbs .slick-arrow.slick-disabled {
  display: none !important;
}
.type-detail .new-thumbs .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
.type-detail .new-thumbs + .p-thumbnails {
  display: none;
}
#header .cart-count {
  margin-left: 30px;
  display: flex;
  align-items: flex-start;
  font-family: Inter;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 54px;
  margin-top: -8px;
  height: 36px;
  /*&.full {
    .cart-price {
      font-size: 0.9em;
    }
  }*/
}
@media only screen and (max-width: 767px) {
  #header .cart-count {
    padding-left: 50px;
  }
}
#header .cart-count:before {
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/cart.svg?v8);
  background-position: center;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  background-color: transparent;
  background-size: 20px;
  position: absolute;
  left: 0;
  margin-left: 0;
  margin-right: 5px;
  transition: 0.3s;
  margin-top: -2px;
}
#header .cart-count:hover:before {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #header .cart-count {
    top: 6px;
    z-index: 99;
    right: 12px;
    margin-top: 0;
    padding-left: 36px;
    transition: none;
    position: fixed;
    top: unset !important;
    bottom: 26px;
    right: 26.5%;
  }
  #header .cart-count:before {
    background-size: 20px;
    width: 40px;
    height: 40px;
    margin-top: 2px;
  }
}
#header .cart-count .sr-only {
  position: relative;
  width: auto;
  height: auto;
  text-transform: none;
  font-family: 'Inter';
  letter-spacing: 0.2px;
  font-weight: 400;
  font-size: 0.8em;
  color: #fff;
  display: none;
}
@media only screen and (max-width: 767px) {
  #header .cart-count .sr-only {
    display: none;
  }
}
#header .cart-count .cart-price {
  font-family: Inter;
  font-size: 0.9em;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: none;
  min-height: 17px;
  display: none !important;
  justify-content: flex-end;
  align-items: center;
  width: 65px;
  line-height: 1.2em;
  min-height: 39px;
  margin-top: 2px;
  text-align: right;
  /*&:after {
      position: relative;
      width: 10px;
      height: 10px;
      background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/arrow-down.svg);
      opacity: 0.5;
      background-position: center;
      margin-left: 10px;
      display: inline-block;
      content: '';
      background-size: 7px;
      background-repeat: no-repeat;
    }*/
}
@media only screen and (max-width: 1200px) {
  #header .cart-count .cart-price {
    display: none !important;
  }
}
#header .cart-count i {
  background: #FF6600;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 11px;
  right: -5px;
  left: initial;
  padding-top: 5px;
  font-size: 12px;
  padding-left: 3px;
  font-weight: 500;
  position: absolute;
  margin-left: 2px;
  display: flex !important;
}
@media only screen and (max-width: 767px) {
  #header .cart-count i {
    right: -3px;
    background: #FF6600;
    color: #fff;
    left: initial;
    top: 5px;
    position: absolute;
    width: 18px;
    height: 18px;
    padding-top: 3px;
  }
}
.search-whisperer .p-availability {
  height: auto;
}
.search-whisperer .p-availability .p-availability-inner {
  overflow: visible;
  white-space: inherit;
  text-overflow: initial;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  #header .container {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  #header {
    border: none !important;
    position: relative;
    background: #fff;
    z-index: 2;
    border-bottom: none !important;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.04);
  }
  #header .navigation-in > ul > li.ext > ul > li {
    min-height: 40px !important;
  }
  #header .nav-fav-cats {
    display: none;
  }
  #header .nav-fav-cats .fav-categories {
    padding-bottom: 0;
  }
  #header .nav-fav-cats .fav-categories .container {
    width: 100%;
  }
  #header .nav-fav-cats .fav-categories h1 {
    font-size: 1.4em;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #f2f2f2;
    max-width: 100%;
    padding-bottom: 23px;
  }
  #header .nav-fav-cats .fav-categories .news-wrapper .news-item .image {
    margin-right: 0;
  }
  #header .nav-fav-cats .fav-categories .news-wrapper .news-item .image a {
    padding: 0;
  }
  #header .nav-fav-cats .fav-categories .news-wrapper .news-item .text a {
    padding: 0;
    font-size: 1.1em;
    margin-top: 5px;
    margin-bottom: 0;
  }
  #header .dkLabFavHeaderIconBtn {
    position: absolute;
    right: 120px;
    top: 10px;
  }
  #header .dkLabFavHeaderIconBtn:before {
    font-size: 16px;
    position: relative;
    color: #404040;
    font-weight: 600;
    margin-right: -5px;
  }
  #header .navigation-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #header .socials {
    position: absolute;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .socials a {
    margin-right: 13px;
  }
  #header .socials a:hover img {
    opacity: 0.7;
  }
  #header .site-name {
      text-align: left;
      margin: 0;
      padding-left: 35px;
      padding-top: 10px;
      z-index: 2;
      position: relative;
      line-height: 0;
      width: 295px;
  }
  #header .site-name a {
    display: block;
  }
  #header .site-name img {
    max-width: 100%;
    height: auto;
    max-height: 42px !important;
  }
  #header .header-top {
    height: 93px;
    padding: 0 !important;
    position: relative;
    /* &:after {
        width: 100vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        height: 52px;
        bottom: -52px;
        background: #191A1E;
      }*/
    /*&:before {
        width: 100vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        height: 100%;
        top: 0;
        background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/head-bg.jpg);
        background-size: cover;
      }*/
  }
  #header .header-top > div {
    flex: inherit;
  }
  #header .menu-helper {
    right: 5px;
    transform: translateY(-30%);
    top: 70% !important;
    bottom: inherit;
  }
  #header .menu-helper a {
    text-transform: uppercase;
  }
  #header .menu-helper a:hover {
    color: #FF6600;
  }
  #header .menu-helper .menu-level-2 {
    padding-bottom: 10px;
  }
  #header .menu-helper:after {
    background: transparent;
    color: #000;
  }
  #header #navigation {
      width: calc(100% - 655px);
      max-width: 1000px;
      left: 320px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      height: 65px;
      transition: none;
      margin: 0;
      border-bottom: none;
    /*@media (max-width: 1200px) {
        width: calc(~'100% - 530px');
      }*/
  }
  #header #navigation #nav-manufacturers {
    display: none !important;
  }
  #header #navigation .navigation-in {
    background: transparent !important;
    transition: none;
    font-size: 20px;
    /*#nav-manufacturers {
          display: none;
        }*/
  }
  #header #navigation .navigation-in ul li a {
    color: #fff;
    background: transparent !important;
  }
  #header #navigation .navigation-in ul li a:hover {
    color: #fff;
    background: transparent;
    text-decoration: underline;
  }
  #header #navigation .navigation-in .menu-level-1 > li {
    border: none !important;
    margin: 0 0 0 0;
    padding: 3px 0;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a {
    text-transform: none;
    padding: 12px 21px;
    font-weight: 400;
    font-size: 1.5em;
    margin: 0;
    letter-spacing: 0.6px;
    color: #000;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a:hover {
    color: #FF6600;
    text-decoration: none !important;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a.active {
    color: #FF6600;
    background: transparent !important;
    text-decoration: underline !important;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a .submenu-arrow {
    display: inline-block;
    font-size: 14px;
    position: relative;
    top: -1px;
    color: #000;
    padding-left: 10px;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a .submenu-arrow:after {
    font-size: 8px;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a b {
    font-weight: 300;
  }
  #header #navigation .navigation-in .menu-level-1 > li:not(.splitted):last-child > a {
    border: none !important;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
    width: 800px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 10px !important;
    padding-right: 15px;
    align-items: flex-start;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 a {
    color: #000;
  }

  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li > div > a {
    font-weight: 600;
    font-size: 1.25em;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li > div {
    margin: auto;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .menu-image {
    display: none;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .menu-level-3 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: inherit;
    margin-top: 5px;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .menu-level-3 li {
    width: 100%;
    color: #464646;
    font-size: 0;
    line-height: 0px;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .menu-level-3 li a {
    color: #464646 !important;
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 18px;
  }
  #header #navigation .navigation-in .menu-level-1 > li:first-child .menu-level-2 > li {
    width: 20%;
    flex-basis: 20%;
    flex-direction: column;
    align-items: flex-start;
  }
  #header #navigation .navigation-in .menu-level-1 > li:first-child .menu-level-2 > li > div {
    text-align: left;
    width: 100%;
    padding: 0 30px;
  }
  #header #navigation .navigation-in .menu-level-1 > li:first-child .menu-level-2 > li > div > a {
    font-size: 1.4em;
  }
  #header #navigation .navigation-in .menu-level-1 > li:first-child .menu-level-2 .menu-image {
    display: block;
    padding-bottom: 8px;
    padding-left: 30px;
  }
  #header #navigation .navigation-in .menu-level-1 > li:first-child .menu-level-2 .menu-level-3 li a {
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 18px;
  }
  #header #navigation .navigation-in .menu-level-1 > li:nth-child(3) .menu-level-2 > li {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  #header #navigation .navigation-in .menu-level-1 > li:nth-child(3) .menu-level-2 .menu-image {
    display: block;
  }
  #header .search {
    flex: initial !important;
    margin-left: auto;
    margin-right: 60px;
    width: 390px;
  }
  #header .search .search-whisperer {
    top: 48px;
    max-height: 500px;
    width: 100%;
    overflow: auto;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #ededed;
  }
  #header .search .search-form {
    position: absolute;
    right: 179px;
    top: 50%;
    width: 50px;
    transform: translateY(-50%);
    cursor: default;
    margin-top: 0;
    z-index: 9999;
    /*@media (max-width: 1200px) {
          right: 94px;
        }*/
    /*&:before {
          width: 25px;
          height: 30px;
          font-size: 20px;
          color: #4f4e4c;
          content: '\e920';
          font-family: shoptet;
          position: absolute;
          right: -11px;
          top: 4px;
          transform: scaleX(-1);
        }*/
  }
  #header .search .search-form .search-toggle {
    overflow: hidden;
    color: transparent;
    content: '';
    right: 0;
    top: -24px;
    height: 44px;
    width: 44px;
    position: absolute;
    z-index: 2;
    transition: none;
    cursor: pointer;
    opacity: 1;
    border-radius: 40px;
    background-color: transparent;
  }
  #header .search .search-form .search-toggle:before {
    content: '';
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/search.svg?v7);
    background-size: 20px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0;
    position: absolute;
    top: 13px;
    left: 13px;
  }
  #header .search .search-form .search-toggle:hover:before {
    opacity: 1;
  }
  #header .search .search-form fieldset {
    transition: 0.3s;
    position: relative;
    right: 20px;
    padding: 0;
  }
  #header .search .search-form fieldset input {
    padding-left: 15px;
    opacity: 0;
    height: 52px;
    background: #fff;
    float: right;
    width: 300px;
    padding-right: 10px;
    margin-bottom: 0;
  }
  #header .search .search-form fieldset button {
    position: absolute;
    right: 2px;
    top: 2px;
    border: none !important;
    left: unset;
    width: 120px;
    height: 48px;
    font-size: 0.85em;
    overflow: hidden;
    color: #fff;
    padding: 0;
    transition: none;
    background: #C09544;
    z-index: 2;
    min-height: 20px;
    border-radius: 0;
    min-width: 0;
    opacity: 0;
  }
  #header .search .search-form fieldset button:focus {
    outline: none;
    border: none;
  }
  #header .search .search-form fieldset button:before {
    color: #fff;
    font-size: 16px;
    content: '\e920';
    font-family: shoptet;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    font-weight: 600;
    display: inline-block;
    right: 10px;
    position: absolute;
    display: none;
  }
  #header .search .search-form fieldset {
    display: none;
  }
  #header .search .search-form.hovered {
    position: absolute;
    left: initial;
    right: 130px;
    top: 0px;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    width: calc(100% - 450px);
    z-index: 999999;
    background: transparent;
    padding-right: 35px;
  }
  #header .search .search-form.hovered .search-toggle {
    top: 23px;
    opacity: 1;
    right: 0;
  }
  #header .search .search-form.hovered .search-toggle:before {
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/stegu/img/close.svg?v3);
    background-size: 14px;
    background-position: center;
    background-color: transparent;
    border-radius: 40px;
    width: 48px;
    height: 48px;
    opacity: 1;
    left: 0;
    top: 0;
  }
  #header .search .search-form.hovered .search-toggle:hover:before {
    opacity: 1;
  }
  #header .search .search-form.hovered .search-whisperer.active {
    display: block;
    top: 48px;
    border-radius: 0 0 4px 4px;
  }
  #header .search .search-form.hovered fieldset {
    opacity: 1;
    display: block;
    width: calc(100% - 20px);
    float: right;
  }
  #header .search .search-form.hovered fieldset input {
    opacity: 1;
    width: 100%;
    border-radius: 30px;
    height: 46px;
    font-size: 1em;
    color: #141414;
    padding-left: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.4);
  }
  #header .search .search-form.hovered fieldset button {
    opacity: 1;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/search.svg?v3);
    background-size: 20px;
    width: 44px;
    height: 44px;
    color: transparent;
    font-size: 0;
    border-radius: 40px;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-position: center;
    background-color: transparent;
    top: 1px;
    right: 3px;
  }
  #header .search .search-form.hovered fieldset button:before {
    display: none;
  }
  #header .search .search-form.hovered fieldset button:hover {
    opacity: 0.7;
  }
  /*.fixed-menu {
    #header {
      margin-bottom: 48px;
      z-index: 99;
    }
    #header .menu-helper {
      position: fixed;
      top: 10px;
      z-index: 99;
      right: calc(~'50% - 640px');

      @media (max-width: 1440px) {
        right: 15px;
      }
    }
    #header #navigation {
      position: fixed;
      top: 0;
      margin: 0;
      left: 0;
      width: 100%;
      z-index: 99;
      background: #191A1E;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      border-color: transparent;
      margin-top: -1px;

      .navigation-in {
        max-width: 1280px !important;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }*/
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  #header .dkLabFavHeaderIconBtn {
    right: 120px;
    top: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  #header .site-name {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header .site-name {
    width: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header .site-name img {
    max-width: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .menu-helper {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  #header #navigation {
    width: calc(100% - 560px);
    left: 265px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header #navigation {
    width: 100% !important;
    left: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  #header #navigation .navigation-in .menu-level-1 > li > a {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header #navigation .navigation-in .menu-level-1 > li > a {
    padding: 14px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
    margin-left: -250px;
    width: calc(100vw - 30px);
    max-height: calc(100vh - 110px);
    overflow: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) and (max-width: 992px) {
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
    margin-left: -185px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header #navigation .navigation-in .menu-level-1 > li:first-child .menu-level-2 > li {
    width: 25%;
    flex-basis: 25%;
  }
}

.search-whisperer {
  z-index: 100;
  position: absolute;
  display: none;
  width: calc(100% + 230px);
  max-width: 1700px;
  border-style: solid;
  text-align: left;
  font-size: 12px;
  border-radius: 6px;
  top: 55px;
  left: -230px;
  line-height: 1.2;
  background: #fff;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
  min-width: 330px;
  border: none;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .search-whisperer {
    top: 69px;
    width: calc(100% + 190px);
    left: -190px;
  }
}
@media only screen and (max-width: 767px) {
  .search-whisperer {
    width: 100%;
    max-width: 100%;
    border: 2px solid #000;
  }
}
.search-whisperer > div,
.search-whisperer > ul {
  padding: 30px 45px 30px 45px !important;
}
@media only screen and (max-width: 767px) {
  .search-whisperer > div,
  .search-whisperer > ul {
    padding: 20px !important;
  }
}
#header .search-form .search-whisperer.active {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: flex-start;
  max-height: calc(100vh - 170px);
  overflow: auto;
  flex-wrap: wrap;
  /*@media (max-width: 992px) {
        flex-wrap: wrap;
        flex-direction: row;
        padding: 18px;
        width: 100%;
        right: 0;
        height: calc(~'100vh - 97px');
        max-height: 100vh;
      }*/
}
@media (min-width: 768px) {
  #header .search-form .search-whisperer.active {
    left: 50%;
    width: 96vw;
    transform: translateX(-50%);
    max-width: 1440px;
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1480px) {
  #header .search-form .search-whisperer.active {
    margin-left: 11px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #header .search-form .search-whisperer.active {
    margin-left: -70px;
  }
}
@media only screen and (max-width: 767px) {
  #header .search-form .search-whisperer.active {
    top: 52px;
    left: 0;
    max-width: inherit;
    border: none;
    height: calc(100vh - 130px);
    max-height: calc(100vh - 130px);
    margin-left: -20px;
    border-radius: 0;
    width: calc(100% + 40px);
    display: none !important;
  }
}
#header .search-form .search-whisperer.active .search-whisperer-products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #FAFAFA;
}
@media (max-width: 992px) {
  #header .search-form .search-whisperer.active .search-whisperer-products {
    width: 100%;
  }
}
#header .search-form .search-whisperer.active .search-whisperer-products:before {
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-size: 1.3em;
  letter-spacing: 0.5px;
  font-weight: 600;
  width: 100%;
  color: #141414;
  content: 'Produkty';
}
#header .search-form .search-whisperer.active .search-whisperer-products li {
  width: 25%;
  border: 1px solid #f7f7f9;
  /*margin-left: -1px;
          margin-top: -1px;*/
  background: #fff;
}
@media (max-width: 1300px) {
  #header .search-form .search-whisperer.active .search-whisperer-products li {
    width: 33.333%;
  }
}
@media (max-width: 992px) {
  #header .search-form .search-whisperer.active .search-whisperer-products li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 480px) {
  #header .search-form .search-whisperer.active .search-whisperer-products li {
    width: 50%;
  }
}
#header .search-form .search-whisperer.active .search-whisperer-products li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px;
  letter-spacing: 0.5px;
}
@media (max-width: 1400px) {
  #header .search-form .search-whisperer.active .search-whisperer-products li a {
    padding: 20px 15px;
  }
}
#header .search-form .search-whisperer.active .search-whisperer-products li a .search-whisperer-image {
  width: 100px;
  height: 100px;
  max-width: 100px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .search-form .search-whisperer.active .search-whisperer-products li a .p-info {
  width: 100%;
  text-align: left;
  padding: 0;
  margin-bottom: 15px;
  color: #141414;
}
@media only screen and (max-width: 1200px) {
  #header .search-form .search-whisperer.active .search-whisperer-products li a .p-info {
    margin-bottom: 10px;
  }
}
#header .search-form .search-whisperer.active .search-whisperer-products li a .p-info .p-name {
  width: 100%;
  font-size: 1.3em;
  color: #141414;
  margin-bottom: 7px;
  font-weight: 600;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  white-space: inherit;
}
#header .search-form .search-whisperer.active .search-whisperer-products li a .price {
  width: 100%;
  text-align: left;
  color: #141414;
}
#header .search-form .search-whisperer.active .search-whisperer-products li a:hover {
  background: transparent;
}
#header .search-form .search-whisperer.active .search-whisperer-products li a:hover .p-info .p-name {
  text-decoration: underline;
}
#header .search-form .search-whisperer.active .search-whisperer-documents {
  min-width: 500px;
  max-width: 500px;
  margin-left: auto;
  border-bottom: none;
  margin-right: auto;
}
#header .search-form .search-whisperer.active .search-whisperer-documents.text-center {
  z-index: -1;
  width: 100%;
  padding: 20px !important;
}
#header .search-form .search-whisperer.active .search-whisperer-documents.text-center .whisperer-trigger {
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0;
  display: block;
  padding: 10px 20px;
  background: transparent;
  border: none;
  font-size: 1.25em;
  color: #333;
  font-weight: 600;
}
#header .search-form .search-whisperer.active .search-whisperer-documents.text-center .whisperer-trigger:before,
#header .search-form .search-whisperer.active .search-whisperer-documents.text-center .whisperer-trigger:after {
  display: none !important;
}
#header .search-form .search-whisperer.active .search-whisperer-documents.text-center .whisperer-trigger:hover {
  color: #000;
}
#header .search-form .search-whisperer.active .search-whisperer-documents.text-center .whisperer-trigger:hover:after {
  color: #000;
}
@media (max-width: 1600px) {
  #header .search-form .search-whisperer.active .search-whisperer-documents {
    min-width: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  #header .search-form .search-whisperer.active .search-whisperer-documents {
    width: 100%;
    margin-left: 0;
    order: 2;
  }
}
@media only screen and (max-width: 480px) {
  #header .search-form .search-whisperer.active .search-whisperer-documents {
    min-width: 100%;
  }
}
#header .search-form .search-whisperer.active .search-whisperer-documents.search-whisperer-empty {
  width: 100%;
  margin-left: 0;
  text-align: center;
}
#header .search-form .search-whisperer.active .search-whisperer-documents.long {
  width: 100%;
  margin-left: 0;
}
#header .search-form .search-whisperer.active .search-whisperer-documents a {
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 8px;
  color: #141414;
  font-size: 1.2em;
  letter-spacing: 0.5px;
}
#header .search-form .search-whisperer.active .search-whisperer-documents a span {
  display: inline-block;
  max-width: calc(100% - 30px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#header .search-form .search-whisperer.active .search-whisperer-documents a em {
  font-size: 1em;
  font-style: normal;
  padding-right: 5px;
  display: none;
}
@media only screen and (max-width: 767px) {
  #header .search-form .search-whisperer.active .search-whisperer-documents a span {
    width: calc(100% - 34px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
#header .search-form .search-whisperer.active .search-whisperer-documents a:hover {
  background: transparent;
}
#header .search-form .search-whisperer.active .search-whisperer-documents a:hover span {
  text-decoration: underline;
}
#header .search-form .search-whisperer.active .search-whisperer-documents .search-whisperer-document.with-article-title:before {
  display: block;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  font-weight: 600;
  width: 100%;
  color: #141414;
  content: 'Články';
  order: -2;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #E4E4E4;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  #header .search-form .search-whisperer.active .search-whisperer-documents .search-whisperer-document.with-article-title:before {
    margin-top: 10px;
    padding-top: 20px;
  }
}
#header .search-form .search-whisperer.active .search-whisperer-documents .search-whisperer-document.with-brand-title:before {
  display: block;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  font-weight: 600;
  width: 100%;
  color: #141414;
  content: 'Značky';
  order: -2;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #E4E4E4;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  #header .search-form .search-whisperer.active .search-whisperer-documents .search-whisperer-document.with-brand-title:before {
    margin-top: 10px;
    padding-top: 20px;
  }
}
#header .search-form .search-whisperer.active .search-whisperer-documents .search-whisperer-document:first-child:before {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
#header .search-form .search-whisperer.active .search-whisperer-documents .search-whisperer-document:after {
  width: 24px;
  height: 24px;
  padding: 0;
  margin-right: 6px;
  font-size: 0;
  color: transparent;
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/tentino-new/img/icons/search-article.svg') no-repeat center;
  background-size: 24px;
  content: '';
  position: relative;
  display: inline-block;
  order: -1;
  top: -1px;
  filter: grayscale(1);
}
#header .search-form .search-whisperer.active .search-whisperer-documents .search-whisperer-document.search-whisperer-category em {
  display: none;
}
#header .search-form .search-whisperer.active .search-whisperer-documents .search-whisperer-document.search-whisperer-category:after {
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/tentino-new/img/icons/search-category.svg') no-repeat center !important;
  background-size: 24px;
  filter: grayscale(1);
}
#header .search-form .search-whisperer.active .search-whisperer-documents .search-whisperer-document.search-whisperer-category:first-child:before {
  display: block !important;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  font-weight: 600;
  width: 100%;
  color: #141414;
  content: 'Kategorie';
  border: none;
  font-size: 16px;
  padding-top: 0;
  margin-top: 0;
  order: -2;
}
#header .search-form .search-whisperer.active .search-whisperer-documents + .search-whisperer-products {
  width: calc(100% - 500px);
}
@media (max-width: 1600px) {
  #header .search-form .search-whisperer.active .search-whisperer-documents + .search-whisperer-products {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1400px) {
  #header .search-form .search-whisperer.active .search-whisperer-documents + .search-whisperer-products {
    width: calc(100% - 400px);
  }
}
@media (max-width: 992px) {
  #header .search-form .search-whisperer.active .search-whisperer-documents + .search-whisperer-products {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header .search-form .search-whisperer.active .search-whisperer-documents + .search-whisperer-products {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .overall-wrapper {
    padding-top: 0px !important;
  }
  #navigation .navigationActions li > a > span {
    padding: 0;
  }
  #navigation .navigation-in > ul > li {
    border: none !important;
  }
  .search-window-visible #header {
    box-shadow: none;
  }
  .type-index .overall-wrapper {
    padding-top: 40px;
  }
  .navigation-in > ul > li > a > b {
    padding-top: 0;
    padding-bottom: 0;
  }
  #navigation .navigationActions li {
    margin-bottom: 3px;
  }
  #navigation .navigationActions li .submenu-arrow {
    margin-left: 5px;
  }
  #header {
    margin: 0;
    top: 0px;
    transition: none !important;
    position: relative;
    height: 55px;
    margin-bottom: 15px;
  }
  #header .socials {
    display: none !important;
  }
  #header .nav-fav-cats {
    display: none;
  }
  #header .navigation-buttons a[data-target="login"] {
    display: none;
  }
  #header .dkLabFavHeaderIconBtn {
    position: absolute;
    right: -39px;
    top: 60px;
    position: fixed;
    left: 26.5%;
    bottom: 27px;
    top: unset;
    right: unset;
  }
  #header .dkLabFavHeaderIconBtn:before {
    color: #000;
    font-size: 17px;
  }
  #header .search-form {
    position: fixed;
    bottom: 79px;
    width: calc(100% - 30px);
    z-index: 99;
    left: 15px;
    padding: 12px 15px;
    margin: 0 !important;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
  #header .search-form fieldset {
    position: relative;
  }
  #header .search-form button.btn {
    background: #313130;
    font-family: Inter;
    border-color: #313130;
    border-radius: 0 30px 30px 0;
    height: 50px;
    width: 80px;
    padding-left: 5px;
  }
  #header .search-form input[type=search].form-control {
    border-radius: 30px;
    height: 50px;
    padding-left: 17px;
    padding-right: 90px;
  }
  #header .site-name {
    position: fixed;
    left: 65px;
    top: 6px !important;
    z-index: 99;
    height: 51px;
    transition: none;
    width: 140px;
    position: relative;
    width: 100%;
    left: 0;
    top: 0 !important;
    height: auto;
    /*@media (max-width: 400px) {
        left: 60px;
        width: 80px;
        top: 10px !important;
      }*/
  }
  #header .site-name a {
    display: block;
    height: auto;
  }
  #header .site-name img {
    width: auto;
    padding: 0;
    max-width: 100%;
    height: auto;
    max-height: 30px !important;
    margin-top: 13px !important;
    /*@media (max-width: 360px) {
          max-height: 15px !important;
          margin-top: 16px !important;
        }*/
  }
  .search-window-visible #header .search {
    padding: 0;
  }
  .fixed-menu .top-navigation-bar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  body.navigation-window-visible.sticky-mobile:not(.ordering-process):not(.paxio-merkur):not(.venus) .top-navigation-bar .top-navigation-tools,
  .navigation-window-visible.sticky-mobile:not(.ordering-process):not(.paxio-merkur) .top-navigation-bar .site-name {
    display: block;
  }
}
/*
.fixed-search-active {
  #header {
    z-index: 99;
  }
}*/
@media (min-width: 1200px) {
  #header .search .search-form.hovered {
    width: calc(50% + 322px);
    padding-right: 125px;
  }
}
.category-title:before,
.p-detail-inner-header h1:before,
.type-page h1:before {
  width: 65px !important;
}
@media only screen and (max-width: 767px) {
  .category-title,
  .p-detail-inner-header h1,
  .type-page h1 {
    margin-top: 0;
    font-size: 2em;
  }
}
.category-title {
  text-align: left !important;
}
.p-detail-inner-header h1 {
  margin-bottom: 15px;
}
.type-category #content {
  display: flex;
  flex-direction: column;
}
.type-category #content > div,
.type-category #content > h1,
.type-category #content > ul,
.type-category #content > * {
  order: 0;
}
.type-category #content > h1,
.type-category #content > .category-perex {
  order: -1;
}
.type-category #content > h1 {
  order: -2;
}
.type-category .sidebar-inner > div {
  background: transparent;
}
.type-category .box-filters {
  padding: 0;
}
.type-category .products-block {
  position: relative;
  padding: 10px 0;
  /*&:before {
      width: 100vw;
      height: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      background: #fff;
      z-index: -1;
      top: 0;
    }*/
}
.type-category #filters {
  max-width: 650px;
  margin: 0 auto 30px auto;
  background: #fafafa;
  padding: 20px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .type-category #filters {
    margin-top: 20px;
  }
}
.type-category #filters .slider-wrapper,
.type-category #filters .filter-section {
  padding: 0;
}
.type-category #filters .toggle-filters {
  margin-top: 16px;
  display: block;
}
.type-category #filters .filter-section {
  border: none;
}
.type-category #filters .ui-slider .ui-slider-range {
  background: #000;
}
.type-category #filters .slider-wrapper {
  padding-bottom: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .type-category #filters .slider-wrapper {
    width: 100%;
  }
}
.type-category #filters .slider-wrapper > h4 {
  font-size: 1.1em;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  margin-top: 0 !important;
}
.type-category #filters .slider-wrapper .slider-header {
  order: 2;
  margin-top: -10px;
}
.type-category #filters #clear-filters a {
  margin-bottom: 20px !important;
  display: inline-block;
}
.type-category #filters h4 {
  font-size: 1.1em;
  margin-bottom: 25px !important;
  padding-bottom: 0;
  font-weight: 700;
  margin-top: 0 !important;
  border-bottom: none;
  color: #383C43;
  text-transform: none;
}
.type-category #filters .filter-total-count {
  display: none;
}
.type-category #filters .filter-section-count {
  padding: 0 !important;
}
.type-category #filters #price-filter-form {
  padding: 0 !important;
}
.type-category #filters form,
.type-category #filters .param-filter-top {
  padding: 0;
  background: transparent;
  border-radius: 5px;
}
.type-category #filters form form,
.type-category #filters .param-filter-top form {
  padding: 0;
}
.type-category #filters .filter-sections {
  background: transparent;
  padding: 0;
}
.type-category #filters .filter-sections form fieldset label {
  display: flex;
  justify-content: space-between;
  margin-right: 0;
}
.type-category #filters .filter-sections form fieldset label .filter-count {
  background: transparent;
  display: none;
}
.type-category #filters .filter-sections form fieldset > div {
  margin: 4px 0;
}
.type-category #filters .filter-sections h4 {
  margin-bottom: 7px;
  margin-top: 0px;
}
.type-category #filters .filter-section h4 {
  margin-bottom: 10px !important;
  margin-top: 25px !important;
}
.type-category #filters input[type="checkbox"] + label,
.type-category #filters input[type="radio"] + label {
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.type-category #filters input[type="checkbox"] + label::before,
.type-category #filters input[type="radio"] + label::before {
  width: 18px;
  height: 18px;
}
.type-category #filters input[type="checkbox"]:checked + label::after,
.type-category #filters input[type="radio"]:checked + label::after {
  left: 4px;
}
.type-category #filters .ui-slider-horizontal .ui-slider-handle::after {
  width: 4px;
  background: transparent;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 0;
  height: 8px;
  left: 8px;
  top: 6px;
}
.type-category #filters .ui-slider-horizontal .ui-slider-handle {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #313130;
  border-radius: 3px;
}
.type-category .box-filters {
  border-bottom: none;
}
.type-category ._2p3a {
  width: 100% !important;
}
.type-category .products-inline > div .p .price strong {
  font-weight: 600;
}
.type-category #content h4 {
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  order: -1;
  font-weight: 700;
  font-size: 1.3em;
  margin-top: 30px;
  margin-bottom: 20px;
}
.type-category .sidebar-inner .box {
  padding-bottom: 0;
  border-color: rgba(22, 22, 22, 0.08);
}
.type-category .sidebar-inner .box .text-center {
  text-align: left !important;
}
.type-category .sidebar-inner .fb_iframe_widget,
.type-category .sidebar-inner .fb_iframe_widget iframe {
  width: 100% !important;
}
.type-category .sidebar-inner .fb_iframe_widget span {
  width: 100% !important;
  display: block;
}
.type-category .sidebar-inner > div h4 {
  font-size: 1.1em;
  margin-bottom: 25px !important;
  padding-bottom: 0;
  font-weight: 700;
  margin-top: 0 !important;
  border-bottom: none;
  color: #383C43;
  text-transform: none;
}
.type-category #productsTop {
  order: -1 !important;
  margin: 0 -5px;
  width: calc(100% + 10px);
  margin-bottom: 30px;
}
.type-category #productsTop .toggle-top-products {
  color: #000;
}
.type-category #productsTop .toggle-top-products:after {
  margin-left: 8px;
  display: inline-block;
}
.type-category #productsTop .toggle-top-products:hover {
  color: #FF6600;
}
.type-category #productsTop .product {
  background: #fff;
  border-radius: 10px;
  margin: 0 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: calc(33.333% - 10px);
  background: #FFFFFF;
  border: none;
  border-radius: 20px;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .type-category #productsTop .product {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 480px) {
  .type-category #productsTop .product {
    width: calc(100% - 10px);
  }
}
.type-category #productsTop .product .name {
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 1.1em;
}
.type-category #productsTop .product .price strong {
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  margin-top: 5px;
  display: block;
}
.type-category .category-perex {
  line-height: 1.8em;
  font-size: 1em;
  color: #141414;
  order: -2 !important;
  text-align: left;
  margin-bottom: 0;
}
.type-category #content h1 {
  /*@media @tablet-min {
        display: none;
      }*/
}
@media only screen and (max-width: 767px) {
  .type-category #content h1 {
    order: -3 !important;
  }
}
.type-category .products-inline .name {
  color: #141414;
}
.type-category .subcategories {
  margin-bottom: 20px;
  margin: 15px -7px 25px -7px;
  justify-content: flex-start;
  order: -1 !important;
  align-items: stretch;
}
.type-category .subcategories li {
  width: 12.5%;
  padding: 7px;
}
@media only screen and (max-width: 1200px) {
  .type-category .subcategories li {
    width: 14.25%;
  }
}
@media only screen and (max-width: 992px) {
  .type-category .subcategories li {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .type-category .subcategories li {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) {
  .type-category .subcategories li {
    width: 33.333%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 360px) {
  .type-category .subcategories li {
    width: 50%;
  }
}
.type-category .subcategories li a {
  display: flex;
  background: #fff;
  border: none;
  color: #000;
  font-size: 1em;
  padding: 10px;
  height: auto;
  border-radius: 0px;
  border: 1px solid #232123;
  box-shadow: 0px 3px 15px #0000000d;
  border-radius: 10px;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .type-category .subcategories li a {
    font-size: 0.9em;
  }
}
.type-category .subcategories li a .image {
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.type-category .subcategories li a .image img {
  max-height: 120px;
  border-radius: 5px;
}
.type-category .subcategories li a .text {
  font-weight: 500;
  width: 100%;
  padding-left: 0;
  flex-grow: 0;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1em;
  margin-top: 10px;
  line-height: 1.1em;
  max-height: 44px;
}
@media (max-width: 1440px) {
  .type-category .subcategories li a .text {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.type-category .subcategories li a:hover {
  border-color: #FF6600 !important;
}
.type-category .subcategories li a:hover .text {
  color: #000;
  text-decoration: underline;
}
.type-category .subcategories li a:hover:after {
  display: none;
}
.type-category .subcategories li a:before {
  /*content: '\e910';
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 0px;
          width: 22px;
          height: 22px;
          font-size: 8px;
          color: #3d3d3d;
          line-height: 0;
          background: #e7e7e7;
          border-radius: 30px;
          font-weight: 400;*/
  display: none;
}
.products-block {
  margin: -10px;
  width: calc(100% + 20px);
  /*@media @mobile-land {
    width: calc(~'100% + 10px');
  }*/
}
.products-block .product {
  position: relative;
  padding: 10px 0px 15px 0px !important;
  background: #fff;
  transition: 0.3s;
  border-radius: 0;
  border: none !important;
  margin: 0 10px 20px 10px;
  border-radius: 20px;
}
.products-block .product:not(.slick-slide) {
  width: calc(33.333% - 20px);
}
@media only screen and (max-width: 600px) {
  .products-block .product:not(.slick-slide) {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product:not(.slick-slide) {
    width: calc(50% - 10px);
  }
}
.products-block .product:focus {
  outline: none;
}
.products-block .product a:focus {
  outline: none;
}
@media only screen and (max-width: 480px) {
  .products-block .product {
    width: 98%;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product {
    padding: 15px 3px !important;
    margin: 0 5px 10px 5px;
  }
  .products-block .product .p-in .p-desc {
    display: none !important;
  }
  .products-block .product .p-in .name {
    font-size: 1.1em !important;
    line-height: 1.4em;
    max-height: none !important;     /* zruší fixní výšku */
    overflow: visible !important;     /* pro jistotu, kdyby se to jinde ořezávalo */
    white-space: normal !important;   /* povolí zalomení řádků */
  }
}
.products-block .product .image {
  margin-bottom: 15px;
  position: relative;
}
.products-block .product .image .old-price-line {
  background: rgba(209, 3, 3, 0.7);
  color: #fff;
  padding: 7px 0;
  font-size: 0.9em;
  letter-spacing: 0.1px;
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: 500;
  bottom: 0;
}
.products-block .product .image .product-buttons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  opacity: 0;
  padding-bottom: 40px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .products-block .product .image .product-buttons {
    display: none !important;
  }
}
.products-block .product .image .product-buttons .button {
  width: 85px;
  height: 88px;
  background: #fff;
  min-width: inherit;
  text-align: center;
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0 10px;
  padding-top: 57px;
  transition: 0.3s;
  margin: 4px;
  position: relative;
  align-items: flex-start;
  transform: scale(0.5);
  border-radius: 20px;
}
.products-block .product .image .product-buttons .button:before {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 12px;
  content: '';
}
.products-block .product .image .product-buttons .button.cart {
  background: #fff;
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.08);
}
.products-block .product .image .product-buttons .button.cart:hover {
  background: #f2f2f2;
}
.products-block .product .image .product-buttons .button.cart:before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/cart-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
.products-block .product .image .product-buttons .button.detail {
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.08);
}
.products-block .product .image .product-buttons .button.detail:before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/eye2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
.products-block .product .image .product-buttons .button.detail:hover {
  background: #f2f2f2;
}
.products-block .product:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.products-block .product:hover .image .product-buttons {
  opacity: 1;
}
.products-block .product:hover .image .product-buttons .button {
  transform: scale(1);
}
.products-block .product .widget-parameter-wrapper {
  margin-top: auto;
  padding-top: 8px;
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}
@media only screen and (max-width: 480px) {
  .products-block .product .widget-parameter-wrapper {
    margin-top: 0;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: auto;
  }
}
.products-block .product .widget-parameter-wrapper .widget-parameter-more {
  color: #000;
  margin-top: 3px;
}
.products-block .product .widget-parameter-wrapper .widget-parameter-more span {
  font-size: 12px !important;
  display: block;
  color: #000;
  padding: 0 3px;
}
.products-block .product .widget-parameter-wrapper.more-visible .widget-parameter-more {
  display: block !important;
}
.products-block .product .widget-parameter-wrapper .widget-parameter-value a {
  padding: 5px 9px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  min-width: 29px;
  text-align: center;
  border-radius: 0;
  font-weight: 400;
  margin-right: 5px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .products-block .product .widget-parameter-wrapper .widget-parameter-value a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product .widget-parameter-wrapper .widget-parameter-value a {
    padding: 5px 4px;
    margin-right: 1px;
    margin-left: 1px;
    font-size: 10px;
    margin-bottom: 2px;
  }
}
.products-block .product .widget-parameter-wrapper .widget-parameter-value a:hover {
  background: #EFEFEF;
}
.products-block .product .stars-wrapper {
  display: none;
}
.products-block .product .stars-placeholder,
.products-block .product .p .stars-wrapper {
  height: auto;
  margin: 0;
  position: absolute;
  top: -7px;
  right: 20px;
  /* @media @tablet-600 {
         left: 50%;
         top: -8px;
         transform: translateX(-50%);
         height: 20px;
       }*/
}
.products-block .product .stars-placeholder .stars,
.products-block .product .p .stars-wrapper .stars {
  width: 70px;
}
.products-block .product .stars-placeholder .stars .star,
.products-block .product .p .stars-wrapper .stars .star {
  width: 14px;
}
.products-block .product .flag-discount {
  margin-left: 0;
}
.products-block .product .image img {
  opacity: 1;
  transition: 0.3s;
}
.products-block .product .p-code {
  padding: 1px 6px;
  background: #f5f5f4;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.75em;
  color: #a7a7a7;
  right: 10px;
  top: 10px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .products-block .product .p-code {
    display: none;
  }
}
.products-block .product.slick-slide {
  padding: 0 10px;
}
.products-block .product .p-bottom {
  flex: 1;
  display: flex;
  justify-content: center;
}
.products-block .product .p-bottom .prices {
  margin-top: auto;
}
.products-block .product .p-in {
  /*position: relative;*/
  background: transparent;
  padding: 0 20px 0px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .products-block .product .p-in {
    padding: 10px 10px 5px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product .p-in {
    padding: 10px 0px 5px 0px;
  }
}
.products-block .product .widget-parameter-wrapper .widget-parameter-list {
  /*width: 100%;*/
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .products-block .product .widget-parameter-wrapper .widget-parameter-list {
    max-height: 23px;
    overflow: hidden;
  }
}
.products-block .product .flags {
  width: 100%;
}
.products-block .product .flags.flags-default {
  left: 2px;
  text-align: right;
  width: auto;
  top: -2px; /* nebo třeba -5px pro úplně natlačení nahoru */
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
    .products-block .product .flags.flags-default {
        left: 2px;
        top: -6px;
    }
}

@media only screen and (min-width: 480px) {
  .products-block .product .flags.flags-default .flag {
    /* Dynamická šířka a výška podle textu */
    width: auto;
    height: auto;

    /* Centrovaný text a obsah */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    /* Vzhled */
    background-color: #b81200;   /* barvu si uprav podle potřeby */
    color: #fff;

    /* Omezíme šířku, aby se štítek nemohl příliš roztáhnout */
    max-width: 80px;              /* Maximální šířka štítku */
    white-space: nowrap;          /* Nedovolí zalomení textu */
  }

  /* Volitelně: pokud chceš přizpůsobit maximální šířku podle délky textu */
  .products-block .product .flags.flags-default .flag span {
    max-width: 100%;              /* Můžeš přizpůsobit podle potřeby */
  }
}

@media only screen and (min-width: 992px) {
  .products-block .product .flags.flags-default .flag {
    padding: 8px 8px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    margin-left: 10px;
    margin-top: 4px;
  }
}  

@media only screen and (min-width: 900px) and (max-width: 992px) {
  .products-block .product .flags.flags-default .flag {
    padding: 8px 8px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    margin-left: 10px;
    margin-top: 4px;
  }
}  

@media only screen and (min-width: 800px) and (max-width: 900px) {
  .products-block .product .flags.flags-default .flag {
    padding: 8px 8px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.2;
    margin-left: 10px;
    margin-top: 4px;
  }
} 

.products-block .product .flags.flags-default .flag.dkLabFavFlagProduct {
  display: none !important;
}
@media only screen and (max-width: 480px) {
  .products-block .product .flags.flags-default .flag {
    font-size: 10px;

    width: auto;
    height: auto;

    /* Centrovaný text a obsah */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    /* Vzhled */
    background-color: #b81200;   /* barvu si uprav podle potřeby */
    color: #fff;

    /* Omezíme šířku, aby se štítek nemohl příliš roztáhnout */
    max-width: 80px;              /* Maximální šířka štítku */
    white-space: nowrap; 
    
    border-radius: 10px;
    
  }
}


@media only screen and (min-width: 480px) and (max-width: 800px) {
  .products-block .product .flags.flags-default .flag {
    padding: 8px 8px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.2;
    margin-left: 5px;
    margin-top: 4px;
  }
} 

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .product .flags-default {
    left: 1px !important;
    top: 0px !important;
  }
  .product .flags-default .flag {
    padding: 2px 2px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 6px;
    font-weight: 400;
    line-height: 1.2;
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 700px) {
  .product .flags-default {
    left: 1px !important;
    top: 0px !important;
  }
  .product .flags-default .flag {
    padding: 2px 2px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 5px;
    font-weight: 400;
    line-height: 1.2;
    margin-left: 0px;
    margin-top: 0px;
  }
}

.products-block .product .flags.flags-default .flag.flag-action {
  background: #054B84;
}
.products-block .product .flags.flags-default .flag + .flag {
  margin-right: 0;
  margin-left: -8px;
}
.products-block .product .flags.flags-extra {
  position: absolute;
  top: 0;
  right: 10px;
  left: inherit;
  display: flex;
  width: auto !important;
}
.products-block .product .flags.flags-extra .flag {
  background: #000;
}
.products-block .product .flags.flags-extra .flag.flag-discount {
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 1em;
  background: #C70000;
  color: #fff;
  display: none;
}
.products-block .product .flags.flags-extra .flag.flag-discount .price-standard {
  display: none;
}
.products-block .product .flags.flags-extra .flag.flag-discount .price-save {
  font-size: 12px;
  font-weight: 400;
}
.products-block .product .flags.flags-extra .flag span {
  color: #fff;
}
@media only screen and (max-width: 767px) {

  .products-block .product .flags.flags-extra .flag > span {
    display: none;
  }
  .products-block .product .flags.flags-extra .flag > span.price-save {
    display: block;
    font-size: 11px !important;
    letter-spacing: 0px;
  }
  .products-block .product .flags.flags-extra .flag > span.icon-van {
    display: block;
    font-size: 20px;
  }
}
.products-block .product .stars {
  margin-bottom: 10px;
}
.products-block .product .p {
  /*position: relative;*/
  border: none;
}
.products-block .product .p .name {
  font-weight: 300;
  color: #000;
  text-decoration: none;
  height: auto;
  max-height: auto;
  opacity: 1;
  margin: 0 auto 5px auto;
  overflow: visible;
  font-family: 'Roboto Condensed', sans-serif !important;
  text-align: center;
  width: 100%;
  text-transform: none;
  display: -webkit-box;
  min-height: auto;
  font-size: 1.2em;
  letter-spacing: 0;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  /* @media @tablet-min {
          &:after {
            width: 88px;
            height: 88px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            margin-left: 50px;
            content: 'Detail' !important;
            font-family: "Inter", sans-serif;
            background: #fff;
            color: #000;
            text-align: center;
            padding-top: 55px;
            border-radius: 10px;
            background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/eye.svg);
            background-size: 32px;
            background-repeat: no-repeat;
            background-position: center top 17px;
            bottom: calc(~'100% + 30px');
            font-size: 10px;
            font-weight: 600;
            display: none !important;

            !*&:hover {
              background-color: #f2f2f2;
            }*!
          }
        }*/
  /*@media @tablet-600 {
          width: 100%;
          text-align: center;
          margin-top: 7px;
          min-height: 40px;
        }*/
}
.products-block .product .p .name:hover {
  text-decoration: underline;
}
.products-block .product .ratings-wrapper {
  width: 100%;
  padding: 0;
  min-height: 0;
}
.products-block .product .p-bottom .prices,
.products-block .product .p-bottom .p-tools {
  flex-basis: 100%;
}
.products-block .product .availability {
  /* margin-bottom: 7px; */
  text-align: left;
  line-height: 1.1em;
  font-size: 0.9em;
  text-transform: none;
  display: flex;
  align-items: center;
  font-weight: 400;
  letter-spacing: 0;
  max-width: 100%;
  margin-top: 5px;
  margin: 0 auto;
  justify-content: center;
  letter-spacing: 0.8px;
  margin-top: 7px;
  /* @media @tablet-600 {
         position: relative;
         text-align: center;
         max-width: 100%;
         right: 0;
         top: -6px;
         min-height: 25px;
         display: flex;
         align-items: center;
       }*/
}
@media only screen and (max-width: 480px) {
  .products-block .product .availability {
    font-size: 0.8em;
  }
}
.products-block .product .availability span[style="color:#009901"] {
  color: #21812B !important;
}
.products-block .product .availability .availability-amount {
  display: none;
}
.products-block .product .p-desc {
  order: 1;
  font-size: 0.85em;
  opacity: 1;
  font-weight: 300;
  text-align: center;
  max-width: 100%;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.7);
  padding: 0;
  max-height: 80px;
  margin: 0;
  line-height: 1.6em;
  background: #fff;
  padding-top: 8px;
  margin-bottom: auto;
  display: none;
}
.products-block .product .prices {
  order: 2;
  padding: 0px;
  flex-basis: 0px;
  margin-bottom: 9px;
  text-align: left;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  line-height: inherit;
  margin-top: 13px;
  justify-content: center;
  text-align: center;
  margin-top: 0;
  padding-top: 0px;
  /*.old-price + .price-final {
        strong {
          color: #EF5B5B;
        }
      }*/
}
@media only screen and (max-width: 600px) {
  .products-block .product .prices {
    margin-bottom: 10px;
  }
}
.products-block .product .prices .price-additional {
  display: block;
  text-align: left;
  color: #222;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 1px;
}
@media only screen and (max-width: 600px) {
  .products-block .product .prices .price-additional {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product .prices .price-additional {
    font-size: 0.7em;
  }
}
.products-block .product .prices .price,
.products-block .product .prices .price strong {
  text-transform: none;
}
.products-block .product .prices .price-save {
  display: none;
}
.products-block .product .prices .old-price {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 15px;
  text-decoration: line-through;
  font-weight: 500;
  padding-top: 1px;
}
.products-block .product .prices .price-final {
  margin-bottom: 0;
  order: -1;
}
.products-block .product .prices .price-final strong {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 1.6em;
  color: #171514;
  font-family: 'Roboto Condensed', sans-serif !important;
}
@media only screen and (max-width: 480px) {
  .products-block .product .prices .price-final strong {
    font-size: 1.3em;
  }
}
.products-block .product .stars-placeholder {
  position: absolute;
  top: -15px;
}
.products-block .product .flags-default .flag {
  font-weight: 600;
  max-width: 160px;
}
.products-block .product a {
  border: none;
}
.products-block .product a img {
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.products-block .product button,
.products-block .product .btn {
  height: 38px;
  line-height: 36px;
  background: transparent;
  border-color: #141414;
  margin: 0 auto;
  min-width: 140px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: 0;
  /* float: left; */
  padding: 0;
  font-weight: 500;
  font-size: 1em;
  color: #141414 !important;
  width: 88px;
  height: 88px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -50px;
  border-radius: 10px;
  border: none;
  font-size: 10px;
  font-weight: 600;
  min-width: initial;
  font-family: "Inter", sans-serif;
  background: #fff;
  color: #000;
  padding-top: 35px;
  line-height: 1;
  display: flex;
  text-align: center;
  align-items: flex-start;
  justify-content: center;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/to-cart.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center top 17px;
  display: none;
  bottom: calc(100% + 30px);
}
.products-block .product button:before,
.products-block .product .btn:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .products-block .product button,
  .products-block .product .btn {
    min-width: 90px;
    font-size: 0.9em;
    position: relative;
    display: block !important;
    height: auto;
    padding: 0 !important;
    background: #f2f2f2 !important;
    width: 100% !important;
    margin: 15px 0 0;
    line-height: 37px !important;
  }
}
.products-block .product button:hover,
.products-block .product .btn:hover {
  background: #fff;
  text-decoration: none;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/to-cart.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center top 17px;
}
.products-block .product .p-bottom a.btn {
  margin-left: 0;
  width: 185px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/eye.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center top 17px;
  padding-top: 55px;
}
.products-block .product .p-bottom a.btn:hover {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/eye.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center top 17px;
}
@media only screen and (min-width: 768px) {
  .products-block .product .p-bottom.single-button a.btn {
    display: none !important;
  }
}
.products-block .product.single-btn .p .name:after {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .products-block .product .p-tools {
    width: 100%;
    flex-basis: 100%;
    order: 2;
  }
}
.products-block .product button {
  /*&:after {
        width: 10px;
        height: 10px;
        position: relative;
        content: '';
        display: inline-block;
        margin-left: 5px;
        background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/arr-right.svg);
        background-size: 9px;
        background-repeat: no-repeat;
        background-position: center;
        display: none;
      }

      &:hover {
        &:after {
          filter: invert(1) brightness(2);
        }
      }*/
}
.products-block .product button:after {
  display: none;
}
.products-block .product .p-bottom > div {
  flex-direction: row-reverse;
  align-items: flex-end;
  /*@media @tablet-land {
        flex-direction: column-reverse;
        align-items: center;
      }*/
}
.products-block .product:hover {
  height: auto !important;
  /*.p-bottom {
        button, a.btn {
          display: block;
        }
      }*/
  /*button {
        &:after {
          filter: invert(1) brightness(2);
        }
      }*/
}
.products-block .product:hover .name:after {
  display: block !important;
}
.products-block .product:hover .image img {
  opacity: 1;
}
body .overall-wrapper .products-block .product {
  border-right-style: none !important;
}
.homepage-products-heading-1 {
  /*@media @tablet-port {
    display: block;
    margin-bottom: -38px !important;
    margin-top: 10px !important;
  }*/
}
.products-block.wide-products .p {
  display: none !important;
}
.products-block.wide-products .p-load .price-line {
  margin-top: 0;
}
.products-block.wide-products .p-load .price-line .price-line {
  margin: 0;
}
.products-block.wide-products .p-load .availability-value {
  font-size: 1.2em;
}
.products-block.wide-products .p-load .social-buttons-wrapper {
  display: none;
}
.products-block.wide-products .p-load a[href="#description"] {
  display: none;
}
.products-block.wide-products .p-load .p-final-price-wrapper {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .products-block.wide-products .p-load .p-detail-inner-header h1 {
    font-size: 3em;
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-block.wide-products .p-load .p-detail-inner-header h1 {
    font-size: 2.5em;
    margin-top: 20px;
  }
}
.products-block.wide-products .p-load .p-detail-inner-header,
.products-block.wide-products .p-load .p-detail-info {
  order: -1;
}
.products-block.wide-products .p-load .p-detail-inner-header > div:not(.stars-wrapper),
.products-block.wide-products .p-load .p-detail-info > div:not(.stars-wrapper) {
  color: #000;
  font-size: 0;
}
.products-block.wide-products .p-load .p-detail-inner-header > div:not(.stars-wrapper) a,
.products-block.wide-products .p-load .p-detail-info > div:not(.stars-wrapper) a {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
.products-block.wide-products .p-load .p-detail-inner-header .stars-label,
.products-block.wide-products .p-load .p-detail-info .stars-label {
  margin-left: 10px;
  color: #000;
  margin-top: 1px;
}
.products-block.wide-products .p-load .p-short-description {
  line-height: 1.6em;
  color: #000;
  font-weight: 300;
  font-size: 1.1em;
}
.products-block.wide-products .p-load .p-detail-info {
  margin-bottom: 5px;
}
.products-block.wide-products .p-load .detail-parameters,
.products-block.wide-products .p-load .p-thumbnails-wrapper {
  display: none;
}
.products-block.wide-products .p-load .p-image {
  margin-bottom: 0;
}
.products-block.wide-products .p-load .product-top {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .products-block.wide-products .p-load .p-detail-inner .p-detail-inner-header h1 {
    font-size: 2.2em;
  }
}
.products-block.wide-products .p-load .p-info-wrapper {
  display: flex;
  flex-direction: column;
}
.products-block.wide-products .p-load .p-info-wrapper > * {
  order: 1;
}
.products-block.wide-products .p-load .p-info-wrapper .p-short-description {
  order: 2;
}
.products-block.wide-products .p-load .p-info-wrapper .p-final-price-wrapper,
.products-block.wide-products .p-load .p-info-wrapper .availability-value,
.products-block.wide-products .p-load .p-info-wrapper .add-to-cart {
  order: 3;
}
@media only screen and (max-width: 767px) {
  .products-block.wide-products .p-load button,
  .products-block.wide-products .p-load .btn {
    margin: 0;
    background: #A9C83E !important;
    width: auto !important;
    padding: 0 20px !important;
  }
}
.products-block.wide-products .p-load .p-detail-inner .add-to-cart button {
  position: relative;
  color: #fff !important;
  left: inherit;
  transform: none;
  margin-left: 0;
  padding: 0 20px;
  text-transform: none !important;
  letter-spacing: 1px;
}
@media (min-width: 1540px) {
  .columns-4 .products-block > div {
    width: 20%;
  }
}
.products {
  /*@media (max-width: 1250px) {
    &.slick-slider {
      padding-bottom: 40px !important;
    }

    .slick-arrow {
      top: inherit;
      bottom: 20px;
      right: calc(~'50% - 50px') !important;

      &.slick-prev {
        left: calc(~'50% - 50px') !important;
      }
    }
  }

  @media (max-width: 400px) {
    .slick-arrow {
      bottom: 13px;
    }
  }*/
}
.products .slick-list {
  width: 100% !important;
  border: none !important;
  padding: 15px 0 30px 0 !important;
}
.products .slick-list .slick-track {
  display: flex;
  align-items: stretch;
}
.products .slick-list .slick-track .product {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .products .slick-list {
    margin: 0 !important;
    padding-bottom: 10px !important;
  }
}
.products .slick-list .product {
  margin-bottom: 0 !important;
}
.products.wide-products {
  position: relative;
  margin-top: 40px;
  /*@media @tablet-port {
      .slick-arrow {
        margin: 0;
        left: initial;
        transform: none;
        z-index: 2;
        top: 75vw;

        &.slick-prev {
          left: 8px;
        }
        &.slick-next {
          right: 8px;
        }
      }
    }*/
}
@media only screen and (max-width: 767px) {
  .products.wide-products {
    margin-top: 0;
    padding-top: 0;
    margin-top: -30px;
  }
}
.products.wide-products .product:hover {
  box-shadow: none;
}
.products.wide-products .slick-prev {
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-size: 48px;
  margin-left: 0;
  opacity: 0.5;
}
@media (max-width: 1340px) {
  .products.wide-products .slick-prev {
    top: 0;
    transform: none;
    left: 15px;
    z-index: 2;
  }
}
.products.wide-products .slick-prev:hover {
  opacity: 1;
}
.products.wide-products .slick-prev.slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.products.wide-products .slick-prev.slick-disabled:hover {
  opacity: 0.2;
}
.products.wide-products .slick-next {
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-size: 48px;
  margin-left: 0;
  left: inherit;
  opacity: 0.5;
}
@media (max-width: 1340px) {
  .products.wide-products .slick-next {
    top: 0;
    transform: none;
    right: 15px;
    z-index: 2;
  }
}
.products.wide-products .slick-next:hover {
  opacity: 1;
}
.products.wide-products .slick-next.slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.products.wide-products .slick-next.slick-disabled:hover {
  opacity: 0.2;
}
.products .slick-dots,
.blog-posts .slick-dots {
  display: none !important;
}
.products .slick-arrow,
.blog-posts .slick-arrow {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 350px;
  content: "";
  background-color: transparent;
  outline: none;
  border: none;
  color: rgba(45, 50, 57, 0);
  width: 32px;
  height: 32px;
  border-radius: 0;
  overflow: hidden;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/car-right.svg?v6);
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  border-radius: 30px;
}
@media (min-width: 1318px) {
  .products .slick-arrow,
  .blog-posts .slick-arrow {
    width: 38px;
    height: 38px;
  }
}
.products .slick-arrow.slick-disabled,
.blog-posts .slick-arrow.slick-disabled {
  border-color: #ccc !important;
  opacity: 0.3;
}
.products .slick-arrow:hover,
.blog-posts .slick-arrow:hover {
  background-color: rgba(196, 196, 196, 0.21);
  opacity: 1;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .products .slick-arrow,
  .blog-posts .slick-arrow {
    margin-left: 150px;
    top: -38px;
  }
}
@media only screen and (max-width: 480px) {
  .products .slick-arrow,
  .blog-posts .slick-arrow {
    margin-left: 135px;
    top: -38px;
  }
}
.products.carousel + .browse-p,
.blog-posts.carousel + .browse-p {
  display: none !important;
}
.products.products-block.slick-slider,
.blog-posts.products-block.slick-slider,
.products .news-wrapper,
.blog-posts .news-wrapper {
  padding: 0 40px !important;
}
.products .slick-prev,
.blog-posts .slick-prev {
  left: 50%;
  transform: translateX(-50%);
  margin-left: -350px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/car-left.svg?v6);
  background-size: 27px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  /*@media @tablet-port {
      margin-left: -150px;
    }

    @media @mobile-land {
      margin-left: -135px;
    }*/
  /*@media @tablet-land {
      right: inherit;
      left: 0px;
      top: -25px;
    }*/
}
@media (max-width: 1318px) {
  .products .slick-prev,
  .blog-posts .slick-prev {
    left: 0;
  }
}
.products .slick-next,
.blog-posts .slick-next {
  /*@media @tablet-land {
      right: 0;
      left: inherit;
      top: -33px;
    }*/
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  left: inherit;
}
@media (max-width: 1318px) {
  .products .slick-next,
  .blog-posts .slick-next {
    right: 0;
  }
}
.products .slick-arrow:hover,
.blog-posts .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
#category-header {
  display: flex;
  justify-content: space-between;
}
#category-header > div {
  color: #141414;
  /*display: none;*/
}
.category-header {
  background: transparent;
  padding: 1px 2px 0 2px;
  margin-bottom: 20px;
}
.category-header label {
  color: #000;
  font-weight: 500;
  padding: 14px 18px !important;
  font-size: 15px !important;
  border-right: none;
  background: transparent !important;
  /*@media @tablet-min {
      padding: 14px 25px !important;
      font-size: 15px !important;
      border-right: 2px solid #fff;
    }*/
}
@media only screen and (min-width: 768px) {
  .category-header label {
    font-size: 17px !important;
  }
}
@media only screen and (max-width: 480px) {
  .category-header label {
    padding: 5px 10px !important;
    font-size: 14px !important;
  }
}
.category-header label:hover {
  text-decoration: underline;
}
.category-header input[type="radio"] + label {
  color: #000;
  text-decoration: none;
}
.category-header input[type="radio"] + label:hover {
  color: #FF6600;
}
.category-header input[type="radio"]:checked + label {
  color: #000;
  text-decoration: underline;
}
.category-header input[value="name"] + label {
  display: none !important;
}
.category-header fieldset label[for="order1"] {
  padding-left: 0 !important;
}
/*.category-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  font-size: 0;
  justify-content: flex-start;
  border-radius: 0;
  margin-bottom: 40px;
  margin-top: 0px;
  background: transparent !important;
  overflow: visible;

  @media @tablet-port {
    margin-bottom: 20px;
    margin-top: -4px;
    margin-left: 150px;
  }

  @media @mobile-land {
    margin-left: 0;
  }

  label {
    font-size: 14px !important;
    color: #000 !important;
    border-radius: 0 !important;
    letter-spacing: 0;
    margin-top: 0 !important;
    padding: 13px 25px !important;
    position: relative;
    font-weight: 400;
    z-index: 1;

    &:before {
      display: none !important;
    }
  }

  form {
    position: relative;
    height: 47px;
    overflow: visible;

    @media @tablet-port {
      width: 100%;
    }

    !*&:before {
      position: absolute;
      content: 'Řadit podle:';
      left: 0;
      top: 7px;
      width: 100px;
      height: auto;
      background: transparent;
      z-index: 9;
      color: #666 !important;
      font-size: 15px;
    }*!
  }

  > div {
    padding: 0 0 0 25px !important;
    color: #b0b2b3;
    letter-spacing: 0.5px;
    flex: inherit;
  }

  fieldset {
    overflow: hidden;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    width: 185px;
    padding-top: 47px;
    height: 47px;
    z-index: 3;
    background: #fff;
    position: relative;
    border: 2px solid #d6d8d9;
    border-radius: 0;
    cursor: pointer;

    &:after {
      top: 0;
      left: 0;
      height: 47px;
      background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg?v2) right 25px center / 10px no-repeat !important;
      font-size: 14px !important;
      color: #000 !important;
      border-radius: 0 !important;
      letter-spacing: 0;
      margin-top: 0 !important;
      padding: 8px 15px !important;
      width: 100%;
      position: absolute;
      background-color: transparent;
      z-index: 2;
      content: '';
    }

    label {
      font-weight: 500;
      background: #f1f3f7;
      text-align: left !important;
    }

    input[type="radio"]:checked + label {
      position: absolute;
      padding-right: 22px;
      background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg) no-repeat right 25px center !important;
      background-size: 10px !important;
      background-color: #fff !important;
      color: @mainText !important;
      top: 0;
      left: 0;
      border-radius: 25px !important;
      letter-spacing: 0;
      width: 100%;
      z-index: 1;

      &:after {
        width: 12px;
        height: 8px;
        content: '';
        position: absolute;
        right: 15px;
        top: 5px;
      }
    }

    &.hovered {
      height: auto;
    }
  }
}*/
.filters-unveil-button-wrapper a {
  color: #fff !important;
  background: #AD161B !important;
  border: none !important;
  text-transform: none;
  font-family: Inter !important;
}
.filters-unveil-button-wrapper a:hover {
  background: #333 !important;
}
/*
.filters-unveil-button-wrapper {
  margin-right: auto;
  text-align: left;
  float: left;
  margin-top: -87px;

  @media @tablet-port {
    margin-top: -70px;
    width: 100%;
  }

  @media @mobile-land {
    margin: 0 0 20px 0;
  }

  a {
    width: 140px !important;
    background: transparent !important;
    color: #000 !important;
    border: 2px solid #d6d8d9 !important;
    text-transform: none;
    font-weight: 500;
    padding: 11px 15px;
    margin-top: 3px;
    border-radius: 0;
    letter-spacing: 0.5px;

   !* &:before {
      width: 20px;
      height: 20px;
      position: relative;
      display: inline-block;
      margin-right: 10px;
      background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/sliders.svg);
      background-size: 18px;
      background-repeat: no-repeat;
      content: '';
      background-position: left center;
      top: 2px;
      margin-bottom: -2px;
    }*!

    &:hover {
      box-shadow: none;
      border-color: #000 !important;
      background: transparent;
    }
  }
}*/
.pagination-wrapper {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .pagination-wrapper {
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .pagination-wrapper .pagination-top {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 1200px) {
  .pagination-wrapper .pagination {
    margin-top: 20px;
  }
}
.pagination-wrapper .pagination-loader {
  margin-bottom: 0 !important;
}
.pagination-wrapper .load-products {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
  letter-spacing: 0;
  color: #000;
  border-bottom: 1px solid #000;
  text-transform: none;
  font-size: 1.5em;
  font-weight: 300;
}
.pagination-wrapper .load-products:hover {
  background: transparent;
  color: #FF6600;
  border: none;
  border-bottom: 1px solid #FF6600;
}
.pagination-wrapper .pagination a {
  color: #141414;
}
.pagination-wrapper .pagination-top strong {
  display: none;
}
.pagination-wrapper .pagination-top a {
  border: none;
  background: transparent;
  border: 1px solid transparent;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  margin: 0;
}
.pagination-wrapper .pagination-top a:before {
  content: '';
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/arrow-top.svg);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-wrapper .pagination-top a:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.pagination-wrapper .pagination > a,
.pagination-wrapper .pagination-top > a,
.pagination-wrapper .pagination > strong,
.pagination-wrapper .pagination-top > strong {
  font-size: 18px;
}
.pagination-wrapper .pagination .next.pagination-link,
.pagination-wrapper .pagination .prev.pagination-link {
  border: none;
  background: transparent;
  border: 1px solid transparent;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  padding-top: 3px;
  margin: 0;
}
.pagination-wrapper .pagination .next.pagination-link:before,
.pagination-wrapper .pagination .prev.pagination-link:before {
  content: '';
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/arrow-right.svg);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -2px;
}
.pagination-wrapper .pagination .next.pagination-link:hover,
.pagination-wrapper .pagination .prev.pagination-link:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.pagination-wrapper .pagination .prev.pagination-link:before {
  transform: rotate(-180deg);
}
.in-znojemske-pivo .category-top > h4,
.in-specialy .category-top > h4,
.in-lezaky .category-top > h4,
.in-znojemske-pivo .category-top #productsTop,
.in-specialy .category-top #productsTop,
.in-lezaky .category-top #productsTop {
  display: none;
}
.dkLabFavouriteProductDiv.onlyIcon {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 1;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .dkLabFavouriteProductDiv.onlyIcon {
    top: -5px;
    right: 13px;
  }
}
.dkLabFavHeaderIconBtn em {
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 2px;
  padding-left: 1px;
  top: -7px;
  right: 1px;
  background: #FF6600;
}
.type-detail #dkLabFavouriteDiv {
  margin-top: 20px;
  margin-bottom: 0;
  order: -3;
}
.type-detail #dkLabFavouriteDiv .dkLabFavDetailSpan,
.type-detail #dkLabFavouriteDiv .dkLabFavouriteProductLinkRemove {
  color: #141414;
}
@media only screen and (max-width: 767px) {
  .dkLabFavHeaderIconBtn::before {
    font-size: 15px;
  }
}
/*.category-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  font-size: 0;
  justify-content: flex-start;
  border-radius: 0;
  margin-bottom: 40px;
  margin-top: 0px;
  background: transparent !important;
  overflow: visible;

  @media @tablet-port {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0px;
  }

  label {
    font-size: 14px !important;
    color: #000 !important;
    border-radius: 0 !important;
    letter-spacing: 0;
    margin-top: 0 !important;
    padding: 13px 25px !important;
    position: relative;
    font-weight: 400;
    z-index: 1;

    &:before {
      display: none !important;
    }
  }

  form {
    position: relative;
    height: 50px;
    overflow: visible;

    @media @mobile-land {
      width: 100%;
    }

    !*&:before {
      position: absolute;
      content: 'Řadit podle:';
      left: 0;
      top: 7px;
      width: 100px;
      height: auto;
      background: transparent;
      z-index: 9;
      color: #666 !important;
      font-size: 15px;
    }*!
  }

  > div {
    padding: 0 0 0 25px !important;
    color: #b0b2b3;
    letter-spacing: 0.5px;
    flex: inherit;
  }

  fieldset {
    overflow: hidden;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    width: 203px;
    padding-top: 44px;
    height: 43px;
    z-index: 3;
    background: #fafafa;
    position: relative;
    border: 1px solid #ececec;
    border-radius: 25px;
    cursor: pointer;

    &:after {
      top: 0;
      left: 0;
      height: 47px;
      !*background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg?v2) right 25px center / 10px no-repeat !important;*!
      font-size: 14px !important;
      color: #000 !important;
      border-radius: 0 !important;
      letter-spacing: 0;
      margin-top: 0 !important;
      padding: 8px 15px !important;
      width: 100%;
      position: absolute;
      background-color: transparent;
      z-index: 2;
      content: '';
    }

    label {
      font-weight: 500;
      background: transparent;
      text-align: left !important;

      &:hover {
        color: @pink !important;
      }
    }

    input[type="radio"]:checked + label {
      position: absolute;
      padding-right: 22px;
      background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adamin/img/arrow-down.svg) no-repeat right 35px center !important;
      background-size: 8px !important;
      background-color: #fafafa !important;
      color: @mainText !important;
      top: 0;
      left: 0;
      border-radius: 25px !important;
      letter-spacing: 0;
      width: 100%;
      height: 44px;
      z-index: 1;

      &:after {
        width: 12px;
        height: 8px;
        content: '';
        position: absolute;
        right: 15px;
        top: 5px;
      }
    }

    &.hovered {
      height: auto;
      border-color: @pink;
    }
  }
}*/
#category-header > div {
  z-index: -1;
}
.filters-unveil-button-wrapper {
  margin-right: auto;
  text-align: left;
  margin-top: -65px;
  padding-left: 0;
  margin-left: auto;
  float: right;
  margin-right: 185px;
}
@media only screen and (max-width: 767px) {
  .filters-unveil-button-wrapper {
    width: 100%;
    margin-top: -25px;
    margin-bottom: 35px !important;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .filters-unveil-button-wrapper {
    margin: 0 0 20px 0;
    padding-left: 0;
  }
}
.filters-unveil-button-wrapper a {
  width: 189px !important;
  background: #C09544 !important;
  color: #000 !important;
  border: none !important;
  text-transform: none;
  font-weight: 500;
  padding: 8px 30px 9px 30px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  background: #FFFFFF !important;
  border: 1px solid #ECECEC !important;
  border-radius: 100px;
}
@media only screen and (max-width: 767px) {
  .filters-unveil-button-wrapper a {
    width: 100% !important;
  }
}
.filters-unveil-button-wrapper a:after {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/arrow-down.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  content: '';
  background-position: left center;
  top: 3px;
  margin-bottom: -2px;
}
.filters-unveil-button-wrapper a:hover {
  box-shadow: none;
  border-color: #FF6600 !important;
  background: #fff !important;
}
ol.cart-header {
  margin: 0;
  font-size: 0;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0 15px 0;
  border-color: #dfdfdf;
}
.radio-wrapper {
  border: none;
}
ol.cart-header li {
  list-style: none;
  margin: 0;
  font-size: 14px;
  border: none;
}
@media only screen and (max-width: 767px) {
  ol.cart-header li {
    padding: 0;
    display: block;
  }
}
ol.cart-header li a,
ol.cart-header li strong {
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  border: none;
  font-size: 1.4em;
  padding-top: 7px;
}
ol.cart-header li a span,
ol.cart-header li strong span {
  vertical-align: middle;
  display: inline-block;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.8px;
}
ol.cart-header li a span i,
ol.cart-header li strong span i {
  display: none;
}
@media only screen and (max-width: 767px) {
  ol.cart-header li a span,
  ol.cart-header li strong span {
    font-size: 0.8em !important;
    padding: 0 15px;
    line-height: 1.3em;
  }
}
#checkoutContent .form-group {
  margin: 0 !important;
  width: 100%;
  max-width: 600px;
}
.ordering-process .summary-title h4 {
  display: block !important;
}
.ordering-process #content-wrapper {
  background: #fff !important;
}
.reca-payment-wrap {
  text-align: center;
  margin: 40px 0;
}
.reca-payment-wrap .btn {
  max-width: 300px;
  line-height: 1.3em;
  margin: 0 auto;
}
.ordering-process .cart-inner {
  max-width: 100%;
}
.cart-table {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .cart-table {
    margin: 15px -17px;
    width: calc(100% + 38px);
  }
}
.cart-table .p-name a.show-related {
  color: #999!important;
  font-size: 0.8em !important;
  font-weight: 400 !important;
}
.cart-table tbody {
  /*@media @tablet-port {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap;
    }*/
}
.cart-table tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #F7F7F9;
  /*@media @tablet-port {
      display: flex;
      margin: 5px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 165px;
      padding-top: 5px;
      border: none !important;
      border-radius: 10px;
    }*/
}
@media only screen and (max-width: 767px) {
  .cart-table tr {
    flex-wrap: wrap;
    padding-bottom: 0;
    /*align-items: flex-start;*/
  }
}
.cart-table .p-discount.p-cell {
  display: none;
}
.cart-table .p-availability {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .cart-table .p-quantity {
    width: 160px;
    display: flex;
    justify-content: center;
    flex-direction: revert;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .p-quantity {
    width: 100%;
    order: 3;
    margin-left: 10px;
    padding: 0 !important;
    margin-bottom: 15px;
  }
}
.cart-table .p-quantity .quantity {
  text-align: left;
  padding: 0 34px;
  width: 110px;
  height: 34px;
}
.cart-table .p-quantity .quantity input {
  height: 34px;
  width: 42px;
  border: none;
}
.cart-table .p-quantity .quantity .increase,
.cart-table .p-quantity .quantity .decrease {
  width: 34px;
  height: 34px;
}
@media only screen and (min-width: 1200px) {
  .cart-table .p-quantity .quantity {
    padding: 0 40px;
    width: 132px;
    height: 40px;
  }
  .cart-table .p-quantity .quantity input {
    height: 40px;
    width: 50px;
  }
  .cart-table .p-quantity .quantity .increase,
  .cart-table .p-quantity .quantity .decrease {
    width: 40px;
    height: 40px;
  }
}
.cart-table .remove-item {
  opacity: 1 !important;
}
.cart-table .p-price {
  display: none;
}
.cart-table .p-total {
  text-align: right;
  min-width: 150px;
  width: 150px;
  margin-right: 10px;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .cart-table .p-total {
    position: initial;
    margin-right: 4px;
  }
}
.cart-table .p-name {
  max-width: 550px;
  padding-left: 15px !important;
  flex: 1;
  /*@media @tablet-port {
      display: inline-block;
      margin-top: 10px;
      padding-left: 0 !important;
    }*/
}
.cart-table .p-name a {
  font-size: 1.1em;
  font-weight: 600 !important;
}
@media only screen and (max-width: 480px) {
  .cart-table .p-name a {
    font-size: 1em;
  }
}
.cart-table .p-name a > span,
.cart-table .p-name a > div {
  margin-top: 10px;
  font-weight: 400;
}
.cart-table .p-name a:hover {
  text-decoration: underline;
}
.cart-table .p-name .main-link-variant {
  font-size: 0.8em;
  opacity: 0.6;
}
.cart-table .cart-p-image {
  margin-left: 0;
  width: 80px;
  height: auto;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .cart-table .cart-p-image {
    width: 60px !important;
    height: 60px;
    padding: 0 !important;
    flex: inherit !important;
    margin-right: 7px;
  }
}
.cart-table .cart-p-image a {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
}
.cart-table .cart-p-image a img {
  width: auto;
  height: auto;
  max-width: 70px;
  max-height: 70px;
  min-width: auto;
  min-height: auto;
  border-radius: 5px;
}
.cart-table .related {
  background: transparent !important;
  padding-right: 0;
  padding-left: 50px;
  max-height: 0;
  transition: 0.3s;
  animation-name: showdown;
  animation-duration: 1s;
}
@media only screen and (max-width: 1200px) {
  .cart-table .related {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related {
    background: transparent !important;
    border: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.cart-table .related.visible {
  display: block !important;
  max-height: initial;
  animation-name: showup2;
  animation-duration: 1s;
}
@media only screen and (max-width: 767px) {
  .cart-table .related.visible {
    /* padding: 15px 8px 0;*/
    margin: 15px;
    margin-top: 0;
    /*margin-bottom: 25px;
        border: 1px solid #e9e9e9 !important;*/
  }
  .cart-table .related.visible > td {
    padding-bottom: 5px !important;
  }
}
.cart-table .related .cart-related-button .btn {
  height: 36px;
  line-height: 36px;
  min-height: 36px;
  width: 112px;
  min-width: 112px;
  padding: 0;
  border: none;
  border-radius: 0;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: .6px;
  background: #FF6600;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button .btn {
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table .related .cart-related-button .btn {
    width: 95px;
    min-width: 95px;
    height: 34px;
    min-height: 34px;
    line-height: 34px;
    margin: 0;
  }
}
.cart-table .related .cart-related-button .btn:before {
  display: none;
}
.cart-table .related .cart-related-button .btn:hover {
  background: #FF6600;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .cart-table .related > td {
    padding-left: 0 !important;
  }
}
.cart-table .related {
  background: #f1f4f7;
  margin-top: -1px;
}
.cart-table .related > td {
  padding-left: 100px;
  width: 100%;
  display: block;
  position: relative;
  padding-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .cart-table .related > td {
    padding-left: 0;
  }
}
.cart-table .related > td:before {
  width: 20px;
  height: 20px;
  background: #f9f9f9;
  content: "";
  position: absolute;
  left: 32px;
  top: -9px;
  transform: rotate(-45deg);
}
.cart-table .related > td .cart-related-img {
  max-width: 44px;
  padding: 0 !important;
}
.cart-table .related .cart-related-info a {
  font-weight: 600;
  padding-left: 15px;
}
.cart-table .related .cart-related-availability {
  text-transform: none;
  font-weight: 500;
}
.cart-table .related .cart-related-img img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .cart-table .related .cart-related-img img {
    max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-img img {
    max-width: 35px;
    max-height: 35px;
  }
}
.cart-table .related .cart-related-product {
  background: #f9f9f9;
  padding: 5px 20px 5px 15px;
  border-radius: 0px;
  position: relative;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-product {
    padding: 10px 15px 10px 15px;
  }
}
.cart-table .related .cart-related-button {
  display: flex;
  width: 37%;
  justify-content: flex-end;
  align-items: center;
}
.cart-table .related .cart-related-button .price {
  padding-right: 20px;
  margin-bottom: 0;
  min-width: 83px;
  text-align: right;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button .price {
    min-width: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table .related .cart-related-button .price {
    padding-right: 5px;
    text-align: right;
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 480px) {
  .cart-table .related .cart-related-button {
    flex-direction: column;
    align-items: flex-end;
  }
}
.cart-table .related .cart-related-info {
  width: 63%;
}
.cart-table .remove-item {
  width: 21px;
  height: 21px;
  min-height: inherit;
  min-width: 21px !important;
  background: transparent;
  border-radius: 0;
  margin-top: -2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
}
@media only screen and (min-width: 768px) {
  .cart-table .remove-item {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .remove-item {
    margin-left: 15px;
  }
}
.cart-table .remove-item span {
  display: none;
}
.cart-table .remove-item:before {
  width: 20px;
  height: 20px;
  color: red;
  position: absolute;
  content: '';
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/remove.svg?v3') no-repeat center;
  background-size: 16px;
  top: 3px;
  left: 6px;
  line-height: 15px;
  font-size: 8px;
  font-weight: 800;
}
.cart-table .remove-item:hover {
  opacity: 1;
}
.cart-table .remove-item:hover:before {
  color: #fff;
  background-color: #f1f1f1;
}
.cart-table tr {
  position: relative;
  /*@media @tablet-port {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;

      td {
        text-align: center !important;
      }
    }*/
}
.cart-table tr.related-visible {
  border-bottom: 0;
}
.cart-table tr.related-visible:after {
  display: none;
}
.cart-table tr td {
  background: transparent;
  border: none !important;
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 15px 5px !important;
}
@media only screen and (max-width: 480px) {
  .cart-table tr td {
    padding: 12px 5px !important;
  }
}
.cart-table tr td .p-label {
  display: none;
  position: absolute;
  top: -50px;
  transform: translateX(-50%);
  left: 50%;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  color: #B0BACE;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .cart-table tr td .p-label {
    display: none !important;
  }
}
.cart-table tr td.cart-p-image {
  background: #fff;
}
.cart-table tr td.p-availability strong,
.cart-table tr td .cart-related-availability strong {
  font-weight: 500;
}
.cart-table tr td.p-total .price-final,
.cart-table tr td .price {
  color: #000;
}
.cart-table tr td.p-total {
  text-align: left !important;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-total {
    flex-direction: row;
    justify-content: flex-end !important;
    max-width: 100px;
    min-width: 100px;
    position: absolute;
    left: 140px;
    bottom: 13px;
    width: calc(100% - 155px);
    max-width: inherit;
  }
}
.cart-table tr td.p-total strong {
  font-size: 1.1em;
  font-weight: 400;
}
.cart-table tr td.p-total form {
  float: right;
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-total form {
    /*position: absolute;
            right: 20px;
            bottom: 28px;
            margin: 0;*/
    position: relative;
  }
}
.cart-table tr td.p-total .p-label {
  display: none;
  right: calc(4vw + 5px);
  left: inherit;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-total .p-label {
    display: none !important;
  }
}
.cart-table tr td.p-price {
  color: #000;
}
.cart-table tr td.p-price .price-final {
  color: #000;
  font-weight: 500;
}
.cart-table tr td.p-price .unit-value {
  color: #000;
}
.cart-table tr td.p-name a,
.cart-table tr td .cart-related-info a {
  text-transform: none;
  font-weight: 500;
  color: #141414;
  text-decoration: none;
  display: block;
  line-height: 17px;
}
.cart-table tr:first-child .p-label {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .cart-table tr:first-child .p-label {
    display: none !important;
  }
}
.cart-table tr:first-child .p-total .p-label {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .cart-table tr:first-child .p-total .p-label {
    display: none !important;
  }
}
#checkoutSidebar .order-summary {
  min-height: 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #checkoutSidebar .order-summary {
    max-width: 100%;
    margin-top: 0;
  }
}
#checkoutSidebar .next-step {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /* @media @tablet-port {
      .next-step-forward,
      .next-step-finish {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 9;
        border: 10px solid #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        height: 70px;
      }
    }*/
}
#checkoutSidebar .next-step .next-step-back {
  margin: 0;
  text-decoration: none;
  display: block;
  font-weight: 600;
  color: #141414;
}
#checkoutSidebar .next-step .next-step-back:hover {
  text-decoration: underline;
}
#checkoutSidebar .consents {
  padding: 0;
  clear: both;
  text-align: left;
  font-size: 0.8em;
  margin: 15px auto 0 auto;
}
#checkoutSidebar .consents a {
  color: #141414;
}
#checkoutSidebar .consents a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #checkoutSidebar .consents {
    max-width: 100%;
    text-align: left;
  }
}
#checkoutContent {
  /*input[type="checkbox"] + label::before, input[type="radio"] + label::before {
    width: 22px;
    height: 22px;
  }

  input[type="checkbox"] + label::after, input[type="radio"] + label::after {
    width: 22px;
    height: 22px;
    left: 0px;
  }*/
  /*#order-shipping-methods, #order-billing-methods {
    border: 1px solid #f1f1f1;
  }*/
  /* .co-shipping-address, .co-contact-information, .co-billing-address {
    h4 {
      margin-left: 0 !important;
      padding: 0 0 0 0px !important;
      &:before {
        width: 30px !important;
        left: 0;
      }
    }
  }*/
}
#checkoutContent .radio-wrapper input[type="radio"] + label.inactive {
  color: #ccc;
}
#checkoutContent .radio-wrapper input[type="radio"] + label.inactive .payment-shipping-price.for-free {
  color: #ccc;
}
#checkoutContent .form-group {
  flex-direction: column;
  align-items: flex-start !important;
}
@media only screen and (min-width: 768px) {
  #checkoutContent .form-group .form-control {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #checkoutContent .form-group .form-control {
    width: 100%;
  }
}
#checkoutContent .form-group label {
  font-size: 0.9em;
  margin-bottom: 5px;
  font-weight: 600;
}
#checkoutContent .form-group label[for="login"] {
  font-size: 1em;
}
#checkoutContent .form-group a {
  min-height: 10px;
  line-height: 10px;
  margin-bottom: 25px !important;
}
#checkoutContent input[type="checkbox"] + label,
#checkoutContent input[type="radio"] + label {
  padding-left: 30px;
}
#checkoutContent .co-box-additional .form-group,
#checkoutContent .co-billing-address .form-group,
#checkoutContent .form-option-block .form-group {
  margin-bottom: 5px !important;
}
#checkoutContent .co-billing-address {
  margin-bottom: 35px !important;
}
#checkoutContent .co-billing-address fieldset h4,
#checkoutContent .co-billing-address fieldset .form-group.company-shopping {
  order: -1;
}
#checkoutContent .payment-info a {
  color: #141414;
  font-weight: 400;
}
#checkoutContent .payment-info a.chosen {
  display: block;
  z-index: 1;
  position: relative;
}
#checkoutContent .cpost-delivery-point-result .cpost-delivery-point-symbols img {
  margin-right: 5px;
  margin-top: 5px;
}
#checkoutContent .cpost-delivery-point-result .cpost-delivery-point-result-table {
  border-collapse: collapse;
  width: 100%;
}
#checkoutContent .cpost-delivery-point-result .cpost-delivery-point-result-table tr {
  border-bottom: 1px solid #ccc;
}
#checkoutContent .cpost-delivery-point-result .cpost-delivery-point-result-table tr td {
  padding: 10px 10px 10px 0;
}
#checkoutContent .cpost-delivery-point-result .cpost-delivery-point-result-table tr td a {
  color: #141414;
}
#checkoutContent .cpost-delivery-point-result .cpost-delivery-point-result-table .cpost-delivery-point-opening-hours {
  display: none;
}
#checkoutContent .cpost-delivery-point-result .cpost-delivery-point-result-table .cpost-delivery-point-opening-hours tr th,
#checkoutContent .cpost-delivery-point-result .cpost-delivery-point-result-table .cpost-delivery-point-opening-hours tr td {
  padding: 2px 5px !important;
  text-align: left;
}
#checkoutContent .cpost-delivery-point-result .cpost-delivery-point-result-table .cpost-delivery-point-opening-hours.active {
  display: block;
}
#checkoutContent .cpost-delivery-point-choose-post .cpost-delivery-point-submit {
  vertical-align: top;
}
#checkoutContent .cpost-delivery-point-choose-post .cpost-delivery-point-submit .btn {
  height: 42px;
  min-height: 42px;
}
#checkoutContent .cart-header {
  margin-bottom: 0;
}
#checkoutContent input[type="radio"]:checked + label .payment-info:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: #FF6600;
  opacity: 0.08;
  content: '';
  border-radius: 0;
}
#checkoutContent input[type="radio"] + label:before,
#checkoutContent input[type="radio"] + label:after {
  left: 15px !important;
}
#checkoutContent input[type="radio"] + label:after {
  left: 17px !important;
}
#checkoutContent .js-validator-msg {
  font-size: 0.8em;
}
@media only screen and (min-width: 768px) {
  #checkoutContent .js-validator-msg {
    margin-left: 0px;
  }
}
#checkoutContent .cart-content {
  background: #fff;
}
#checkoutContent .cart-content .box {
  border: none;
  padding: 0;
  /*@media @mobile-land {
        padding: 0 15px 20px 15px;
      }*/
}
#checkoutContent .cart-content .box .form-group .btn {
  padding: 0;
  height: auto;
  background: transparent;
  text-transform: none;
  margin: 10px 0;
  color: #141414 !important;
  text-decoration: underline;
  letter-spacing: 0.5px;
  font-size: 1em;
  font-weight: 400;
  border: none;
}
#checkoutContent .cart-content .form-group-wrapped {
  padding: 0 0;
  margin-bottom: 20px;
}
#checkoutContent .cart-content .co-box {
  padding: 0 !important;
  background: #fff;
  margin-bottom: 0px;
  border-radius: 10px;
}
#checkoutContent .cart-content .co-box:last-child {
  margin-bottom: 15px;
}
#checkoutContent .cart-content .co-box h4 {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 35px 0 20px;
  padding: 0 0 0 45px;
  position: relative;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  #checkoutContent .cart-content .co-box h4 {
    padding-left: 85px !important;
  }
}
@media only screen and (max-width: 767px) {
  #checkoutContent .cart-content .co-box h4 {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  #checkoutContent .cart-content .co-box h4 {
    margin: 25px 0 15px 0;
  }
}
#checkoutContent .cart-content .co-box h4:after {
  display: none;
}
#checkoutContent .cart-content .co-box h4:before {
  display: block;
  width: 48px;
  height: 48px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #checkoutContent .cart-content .co-box h4:before {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (min-width: 768px) {
  #checkoutContent .cart-content .co-box h4 + div {
    padding-left: 85px;
  }
}
#checkoutContent .cart-content .co-box.co-basic-information h4:before {
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-i.svg') no-repeat center;
  background-size: 48px;
}
@media only screen and (max-width: 767px) {
  #checkoutContent .cart-content .co-box.co-basic-information h4:before {
    background-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  #checkoutContent .cart-content .co-box.co-contact-information > div {
    padding-left: 85px;
  }
}
#checkoutContent .cart-content .co-box.co-contact-information h4:before {
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-user.svg') no-repeat center;
  background-size: 48px;
}
@media only screen and (max-width: 767px) {
  #checkoutContent .cart-content .co-box.co-contact-information h4:before {
    background-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  #checkoutContent .cart-content .co-box.co-box-additional > div,
  #checkoutContent .cart-content .co-box.co-box-additional > fieldset {
    padding-left: 85px;
  }
}
@media only screen and (min-width: 768px) {
  #checkoutContent .cart-content .co-box.co-billing-address > div,
  #checkoutContent .cart-content .co-box.co-shipping-address > div {
    padding-left: 85px;
  }
}
#checkoutContent .cart-content .co-box.co-billing-address > fieldset,
#checkoutContent .cart-content .co-box.co-shipping-address > fieldset {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  #checkoutContent .cart-content .co-box.co-billing-address > fieldset > div,
  #checkoutContent .cart-content .co-box.co-shipping-address > fieldset > div {
    padding-left: 85px;
  }
}
#checkoutContent .cart-content .co-box.co-billing-address h4:before,
#checkoutContent .cart-content .co-box.co-shipping-address h4:before {
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-address.svg') no-repeat center;
  background-size: 48px;
}
@media only screen and (max-width: 767px) {
  #checkoutContent .cart-content .co-box.co-billing-address h4:before,
  #checkoutContent .cart-content .co-box.co-shipping-address h4:before {
    background-size: 32px;
  }
}
#checkoutContent .cart-content .co-box.co-delivery-method h4:before {
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-truck-d.svg') no-repeat center;
  background-size: 48px;
}
@media only screen and (max-width: 767px) {
  #checkoutContent .cart-content .co-box.co-delivery-method h4:before {
    background-size: 32px;
  }
}
#checkoutContent .cart-content .co-box.co-payment-method h4:before {
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-wallet.svg') no-repeat center;
  background-size: 48px;
}
@media only screen and (max-width: 767px) {
  #checkoutContent .cart-content .co-box.co-payment-method h4:before {
    background-size: 32px;
  }
}
#checkoutContent .cart-content .co-box.co-delivery-method > div > div:last-child label,
#checkoutContent .cart-content .co-box.co-payment-method > div > div:last-child label,
#checkoutContent .cart-content .co-box #deliveryPick1 > div > div:last-child label,
#checkoutContent .cart-content .co-box #deliveryPick2 > div > div:last-child label,
#checkoutContent .cart-content .co-box #deliveryPick3 > div > div:last-child label,
#checkoutContent .cart-content .co-box #deliveryPick4 > div > div:last-child label,
#checkoutContent .cart-content .co-box #deliveryPick5 > div > div:last-child label {
  border-bottom: none !important;
}
#checkoutContent .cart-content .co-box.co-delivery-method label,
#checkoutContent .cart-content .co-box.co-payment-method label,
#checkoutContent .cart-content .co-box #deliveryPick1 label,
#checkoutContent .cart-content .co-box #deliveryPick2 label,
#checkoutContent .cart-content .co-box #deliveryPick3 label,
#checkoutContent .cart-content .co-box #deliveryPick4 label,
#checkoutContent .cart-content .co-box #deliveryPick5 label {
  font-weight: 600;
  margin-bottom: 0;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 25px 30px 25px 60px;
  border-bottom: 2px solid #F7F7F9;
}
@media only screen and (max-width: 350px) {
  #checkoutContent .cart-content .co-box.co-delivery-method label,
  #checkoutContent .cart-content .co-box.co-payment-method label,
  #checkoutContent .cart-content .co-box #deliveryPick1 label,
  #checkoutContent .cart-content .co-box #deliveryPick2 label,
  #checkoutContent .cart-content .co-box #deliveryPick3 label,
  #checkoutContent .cart-content .co-box #deliveryPick4 label,
  #checkoutContent .cart-content .co-box #deliveryPick5 label {
    padding: 20px 30px 20px 50px;
  }
}
#checkoutContent .cart-content .co-box.co-delivery-method label:hover b,
#checkoutContent .cart-content .co-box.co-payment-method label:hover b,
#checkoutContent .cart-content .co-box #deliveryPick1 label:hover b,
#checkoutContent .cart-content .co-box #deliveryPick2 label:hover b,
#checkoutContent .cart-content .co-box #deliveryPick3 label:hover b,
#checkoutContent .cart-content .co-box #deliveryPick4 label:hover b,
#checkoutContent .cart-content .co-box #deliveryPick5 label:hover b {
  color: #5c5c5c;
}
#checkoutContent .cart-content .co-box.co-delivery-method label b,
#checkoutContent .cart-content .co-box.co-payment-method label b,
#checkoutContent .cart-content .co-box #deliveryPick1 label b,
#checkoutContent .cart-content .co-box #deliveryPick2 label b,
#checkoutContent .cart-content .co-box #deliveryPick3 label b,
#checkoutContent .cart-content .co-box #deliveryPick4 label b,
#checkoutContent .cart-content .co-box #deliveryPick5 label b {
  font-weight: 500;
}
#checkoutContent .cart-content .co-box.co-delivery-method label .payment-shipping-price,
#checkoutContent .cart-content .co-box.co-payment-method label .payment-shipping-price,
#checkoutContent .cart-content .co-box #deliveryPick1 label .payment-shipping-price,
#checkoutContent .cart-content .co-box #deliveryPick2 label .payment-shipping-price,
#checkoutContent .cart-content .co-box #deliveryPick3 label .payment-shipping-price,
#checkoutContent .cart-content .co-box #deliveryPick4 label .payment-shipping-price,
#checkoutContent .cart-content .co-box #deliveryPick5 label .payment-shipping-price {
  font-weight: 600;
}
#checkoutContent .cart-content .co-box.co-delivery-method input:checked + label,
#checkoutContent .cart-content .co-box.co-payment-method input:checked + label,
#checkoutContent .cart-content .co-box #deliveryPick1 input:checked + label,
#checkoutContent .cart-content .co-box #deliveryPick2 input:checked + label,
#checkoutContent .cart-content .co-box #deliveryPick3 input:checked + label,
#checkoutContent .cart-content .co-box #deliveryPick4 input:checked + label,
#checkoutContent .cart-content .co-box #deliveryPick5 input:checked + label {
  border-bottom: 2px solid #FF6600;
}
#checkoutContent .cart-content .stay-in-touch {
  padding: 0;
}
#checkoutContent .cart-content #note fieldset,
#checkoutContent .cart-content #shipping-address fieldset {
  border: none !important;
  margin: 0 auto;
}
#checkoutContent .cart-content #shipping-address {
  margin-bottom: 15px;
}
#checkoutContent .cart-content #shipping-address fieldset {
  max-width: inherit;
}
#checkoutContent .cart-content .co-contact-information {
  padding-bottom: 15px !important;
}
#checkoutContent .cart-content .co-box-additional {
  padding: 0 0 10px 0px !important;
  border-top: 1px solid #E4E4E4;
  border-radius: 0;
  padding-top: 35px !important;
}
#checkoutContent .cart-content fieldset {
  margin: 0;
  border: 0;
  display: flex;
  flex-direction: column;
}
#checkoutContent .cart-content .form-group {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  #checkoutContent .cart-content .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
#checkoutContent .cart-content .form-group.form-group-wrapped {
  display: block;
}
#checkoutContent .cart-content .form-group,
#checkoutContent .cart-content .shipping-billing-table,
#checkoutContent .cart-content .shipping-billing-table {
  margin: 0 auto;
}
.cart-content .fvDoplnek {
  padding: 15px 15px 0 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cart-content .fvDoplnek {
    padding: 15px 10px 0 10px;
  }
}
.cart-content .fvDoplnek .fvDoplnek-produkt p {
  padding-left: 5px !important;
  margin-top: 5px !important;
}
.cart-content .order-recapitulation {
  margin-bottom: 0;
  margin-top: 15px;
  padding-bottom: 20px;
  border-bottom: none;
  border-top: none;
  padding-top: 20px;
}
.cart-content .order-recapitulation .recapitulation-shipping-billing-info span {
  width: 75px;
  text-align: right;
}
.cart-content .order-recapitulation > div {
  font-size: 1em !important;
}
.cart-content .order-summary .price-wrapper {
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cart-content .order-summary .price-wrapper .price.price-secondary {
  font-size: 11px;
  text-transform: none;
  font-weight: 400;
}
.cart-content .order-summary .price-wrapper .price-label {
  width: 50%;
  text-transform: none;
  font-size: 1.2em;
}
.cart-content .order-summary .price-wrapper .price-label.price-secondary {
  font-size: 11px;
  text-transform: none;
  font-weight: 400;
}
.cart-content .order-summary .order-summary-inner {
  padding: 0;
}
.cart-content .order-summary .order-summary-inner .matrixprice {
  display: none;
}
.cart-content .order-summary .order-summary-inner h4 {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 5px;
  display: block;
  margin-top: 0;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 992px) {
  .cart-content .order-summary .order-summary-inner h4 {
    font-size: 1.2em;
    margin-top: 15px;
  }
}
.cart-content .order-summary .order-summary-inner h4:after {
  display: none;
}
.cart-content .order-summary .recapitulation-single {
  display: flex;
  justify-content: space-between;
}
.cart-content .order-summary .recapitulation-single strong span {
  float: right;
}
.cart-content .order-summary .cart-items.gift-items {
  border-top: 1px solid #ededed;
  margin-top: 15px;
  padding-top: 14px;
}
.cart-content .order-summary .cart-items .cart-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 0;
  font-size: 0.9em;
}
.cart-content .order-summary .cart-items .cart-item a {
  color: #141414;
  text-decoration: none;
}
.cart-content .order-summary .cart-items .cart-item a:hover {
  text-decoration: underline;
}
.cart-content .order-summary .cart-items .cart-item .cart-item-price {
  width: 75px;
  text-align: right;
}
.cart-content .order-summary .cart-items .cart-item .cart-item-amount {
  width: 45px;
  text-align: right;
  border: none !important;
  opacity: 0.8;
}
.cart-content .order-summary .cart-items .cart-item .cart-item-name {
  width: calc(100% - 115px);
  border: none !important;
}
.cart-content .order-summary .cart-items .cart-item .cart-item-name a {
  color: #FF6600;
}
.cart-content .next-step {
  padding-top: 28px;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  /*&:before {
      width: 100%;
      height: 1px;
      content: '';
      background: @border;
      position: absolute;
      top: 0;
      left: 0;
    }*/
}
@media only screen and (max-width: 767px) {
  .cart-content .next-step {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .next-step {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.cart-content .next-step a,
.cart-content .next-step button {
  width: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1.3em;
  min-width: 180px;
  float: right;
  font-size: 14px;
  padding: 0 15px;
  border: none;
  text-transform: none;
  text-align: center;
  margin: 0;
  height: 60px;
  letter-spacing: 0.2px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 0;
  font-size: 1.1em;
  /*&.next-step-forward {
        background: @orange;

        &:hover {
          background: @orange;
        }
      }*/
}
@media only screen and (max-width: 480px) {
  .cart-content .next-step a,
  .cart-content .next-step button {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cart-content .next-step a.next-step-back,
.cart-content .next-step button.next-step-back {
  background: #E4E4E4;
  color: #171717;
  transition: .3s;
  text-decoration: none;
  border: none;
  font-weight: 600;
  font-size: 1.1em;
  background: transparent;
  text-align: left;
  padding: 0;
  justify-content: flex-start;
}
.cart-content .next-step a.next-step-back:before,
.cart-content .next-step button.next-step-back:before {
  width: 16px;
  height: 16px;
  content: '';
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-left-b.svg) no-repeat center;
  background-size: 16px;
  margin-right: 7px;
}
.cart-content .next-step a.next-step-back:hover,
.cart-content .next-step button.next-step-back:hover {
  color: #FF6600;
}
@media only screen and (max-width: 480px) {
  .cart-content .next-step a.next-step-back,
  .cart-content .next-step button.next-step-back {
    text-align: center;
    justify-content: center;
  }
}
.cart-content.summary-wrapper {
  border-top: 1px solid #E4E4E4;
  margin-top: 25px;
  padding-top: 23px;
  /* @media @tablet-port {
       position: fixed;
       bottom: 0;
       width: 100%;
       z-index: 9;
       left: 0;
       border-radius: 0;
       padding: 5px 10px 10px;
       box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
       border: none;

       .price {
         font-size: 1.2em !important;
       }

       .next-step {
         margin-top: 0;
         padding-top: 3px;

         .btn {
           border-radius: 0;
         }
       }
     }*/
}
@media only screen and (max-width: 992px) {
  .cart-content.summary-wrapper {
    border: none;
    margin-top: 0;
  }
}
.cart-content.summary-wrapper > .div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-content.summary-wrapper .price-wrapper,
.cart-content.summary-wrapper .order-summary {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .cart-content.summary-wrapper .price-wrapper,
  .cart-content.summary-wrapper .order-summary {
    max-width: 100%;
    min-height: auto;
  }
}
.cart-content.summary-wrapper .price-wrapper .price-label,
.cart-content.summary-wrapper .order-summary .price-label {
  text-transform: none;
  font-size: 1.2em;
  letter-spacing: 0;
  font-weight: 600;
  width: 50%;
  padding-top: 3px;
}
@media only screen and (max-width: 480px) {
  .cart-content.summary-wrapper .price-wrapper .price-label,
  .cart-content.summary-wrapper .order-summary .price-label {
    font-size: 1em;
  }
}
.cart-content.summary-wrapper .price-wrapper .price-label.price-secondary,
.cart-content.summary-wrapper .order-summary .price-label.price-secondary {
  font-size: 11px;
  text-transform: none;
  font-weight: 400;
}
.cart-content.summary-wrapper .price-wrapper .price.price-primary,
.cart-content.summary-wrapper .order-summary .price.price-primary {
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0;
  width: 50%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cart-content.summary-wrapper .price-wrapper .price.price-primary,
  .cart-content.summary-wrapper .order-summary .price.price-primary {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content.summary-wrapper .price-wrapper .price.price-primary,
  .cart-content.summary-wrapper .order-summary .price.price-primary {
    font-size: 1.2em;
  }
}
.cart-content.summary-wrapper .price-wrapper .price.price-secondary,
.cart-content.summary-wrapper .order-summary .price.price-secondary {
  font-size: 11px;
  text-transform: none;
  font-weight: 400;
}
.cart-content .delivery-time,
.cart-content .cart-summary {
  padding: 15px 0;
}
.cart-content .delivery-time {
  padding-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .cart-content .delivery-time {
    font-size: 0.9em;
  }
}
.cart-content .discount-coupon::before,
.cart-content .extra.delivery::before,
.cart-content .extra.discount::before {
  content: '\e92a';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  font-size: 32px;
  line-height: 32px;
}
.cart-content .price-wrapper .price.price-primary {
  font-size: 26px;
  line-height: 1;
  white-space: nowrap;
}
.cart-content .order-summary .cart-items .cart-item .cart-item-name a {
  color: #000;
  text-transform: none;
}
.cart-content .extra.delivery,
.cart-content .extra.discount {
  display: flex;
  min-height: 36px;
  align-items: center;
  position: relative;
  padding-left: 47px;
  font-size: 0.9em;
  line-height: 1.2em;
}
.cart-content .extra.delivery strong,
.cart-content .extra.discount strong {
  font-weight: 600;
  color: #141414;
}
.cart-content .extra.delivery .price-range,
.cart-content .extra.discount .price-range {
  display: none;
}
.cart-content .extra.discount {
  position: relative;
}
.cart-content .extra.discount:before {
  /*content: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/sale.svg');*/
  position: absolute;
  width: 40px;
  display: inline-block !important;
  content: '\e92a';
  font-family: 'shoptet' !important;
  height: 32px;
  left: 0;
  top: 50%;
  margin-top: -16px;
  font-size: 36px;
  line-height: 32px;
}
.cart-content .extra.delivery::before {
  content: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-truck.svg?v2');
}
.cart-content .extra.discount::before {
  content: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-percents.svg?v2');
}
.cart-content .cart-summary {
  padding-top: 20px;
  position: relative;
  padding-bottom: 20px;
  /* @media @mobile-land {
       padding-bottom: 115px;
     }*/
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-summary {
    padding-bottom: 0;
    padding-top: 10px;
  }
}
.cart-content .cart-summary h4 {
  font-size: 1.2em;
  margin-bottom: 20px;
  padding-left: 0;
  font-weight: 600;
  padding-top: 0;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .cart-content .cart-summary h4 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-summary h4 {
    font-size: 1.3em;
  }
}
.cart-content .cart-summary h4:after {
  display: none;
}
.cart-content .cart-header {
  position: relative;
  display: flex;
  padding: 12px 0 12px 0;
  width: 100%;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 0 !important;
  max-width: 655px;
  position: initial;
  /*@media @mobile-land {
      padding-bottom: 10px;
    }*/
  /*@media @mobile-land {
      flex-wrap: wrap;
      flex-direction: column;

      &:before {
        display: none;
      }
    }

    @media @mobile-land {
      padding-top: 0;
    }*/
  /*&:before {
      width: 90%;
      height: 2px;
      background: #dfdfdf;
      position: absolute;
      top: 50%;
      left: 50%;
      content: '';
      transform: translate(-50%, -50%);

      !*@media @1500-min {
        width: 550px;
      }*!

      @media @desktop {
        width: 65%;
      }

      !*@media @mobile-land {
        display: none;
      }*!
    }*/
}
@media only screen and (max-width: 767px) {
  .cart-content .cart-header {
    padding-bottom: 10px;
  }
}
.cart-content .cart-header:after {
  position: absolute;
  width: 70vw;
  background: #e4e4e4;
  height: 1px;
  content: "";
  top: 67px;
  z-index: 1;
  right: 0;
  margin-right: -40px;
  /*@media (max-width: 1600px) {
        left: -20px;
        margin-left: 0;
      }*/
}
@media only screen and (max-width: 992px) {
  .cart-content .cart-header:after {
    width: 100vw;
    left: 0;
  }
}
.cart-content .cart-header li {
  width: auto;
  position: relative;
  /*@media @mobile-land {
        width: 100%;
      }*/
}
.cart-content .cart-header li:after {
  width: 8px;
  height: 13px;
  content: '';
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-arrow.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin-top: -1px;
  /*@media (max-width: 1600px) {
          right: -5vw;
        }*/
}
@media (max-width: 1400px) {
  .cart-content .cart-header li:after {
    right: -3.5vw;
  }
}
@media (max-width: 1300px) {
  .cart-content .cart-header li:after {
    right: -3vw;
  }
}
@media (max-width: 1200px) {
  .cart-content .cart-header li:after {
    display: none;
  }
}
.cart-content .cart-header li:last-child:after {
  display: none;
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li a,
  .cart-content .cart-header li strong {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li a,
  .cart-content .cart-header li strong {
    padding: 5px 0;
    line-height: 1.2em;
  }
}
.cart-content .cart-header li a span,
.cart-content .cart-header li strong span {
  vertical-align: middle;
  display: inline-block;
  text-transform: none;
  font-weight: 600;
  position: relative;
  font-size: 1.1em;
  padding: 0 22px;
  color: rgba(23, 23, 23, 0.5);
  background: #fff;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1200px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    font-size: 1em;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .cart-header li a span,
  .cart-content .cart-header li strong span {
    max-width: 90px;
    text-align: center;
  }
}
.cart-content .cart-header li a span:before,
.cart-content .cart-header li strong span:before {
  display: none;
}
.cart-content .cart-header li:first-child a span,
.cart-content .cart-header li:first-child strong span {
  padding-left: 0;
}
.cart-content .cart-header li:last-child a span,
.cart-content .cart-header li:last-child strong span {
  padding-right: 0;
}
.cart-content .cart-header li.active strong span,
.cart-content .cart-header li.completed strong span,
.cart-content .cart-header li.active a span,
.cart-content .cart-header li.completed a span {
  color: #FF6600;
}
.cart-content .cart-header li.active strong span:before,
.cart-content .cart-header li.completed strong span:before,
.cart-content .cart-header li.active a span:before,
.cart-content .cart-header li.completed a span:before {
  line-height: 32px !important;
  padding-left: 2px;
  color: #fff;
  border: none;
}
.cart-content .cart-header li.completed strong,
.cart-content .cart-header li.completed a {
  opacity: 0.5;
}
.cart-content .cart-header li.active strong span,
.cart-content .cart-header li.active a span {
  color: #FF6600;
}
.cart-content .cart-header li.completed strong span,
.cart-content .cart-header li.completed a span {
  color: #FF6600;
}
.cart-content .discount-coupon {
  /*position: absolute;
    left: 20px;
    bottom: 10px;
    width: calc(~'100% - 40px');*/
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cart-content .discount-coupon:before {
  width: 48px;
  height: 48px;
  content: '';
  position: absolute;
  display: inline-block !important;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-percents2.svg);
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: center;
  margin-right: 12px;
  margin-top: 0;
  top: 0;
}
@media only screen and (max-width: 480px) {
  .cart-content .discount-coupon:before {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
}
.cart-content .discount-coupon label {
  font-size: 1em;
  margin-bottom: 0;
  display: block;
  font-weight: 500;
  letter-spacing: 0;
  color: #141414;
  line-height: 18px;
}
.cart-content .discount-coupon .applied-coupon {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding-left: 60px;
}
@media only screen and (max-width: 480px) {
  .cart-content .discount-coupon .applied-coupon {
    padding-left: 44px;
  }
}
.cart-content .discount-coupon .applied-coupon strong {
  font-weight: 600;
}
.cart-content .discount-coupon .applied-coupon form {
  width: 50px;
  margin: 0;
}
.cart-content .discount-coupon .applied-coupon form fieldset {
  padding: 0;
}
.cart-content .discount-coupon .applied-coupon form .btn {
  width: 25px;
  margin-left: 15px;
  height: 25px;
  min-height: 25px;
  min-width: inherit;
  line-height: 0;
  padding: 0;
  border-radius: 50%;
  font-weight: 600;
  position: relative;
  border: none;
  color: transparent;
  font-size: 0;
  padding-bottom: 3px;
  font-family: CURSIVE;
  padding-left: 1px;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/remove.svg?v2) no-repeat 50%;
  background-size: 16px;
}
.cart-content .discount-coupon .applied-coupon form .btn:hover {
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/remove.svg?v2) no-repeat 50%;
  background-size: 16px;
  background-color: #f2f2f2;
}
.cart-content .discount-coupon:before {
  display: none;
}
.cart-content .discount-coupon form {
  display: flex;
  width: 100%;
  max-width: 300px;
  margin: 0;
  /*@media @mobile-land {
        max-width: 238px;
      }*/
}
.cart-content .discount-coupon form input {
  height: 48px;
  margin-bottom: 0;
  font-size: 0.9em;
  border: 1px solid #E4E4E4;
  border-radius: 0;
  background: #F7F7F9;
  border-radius: 20px 0 0 20px;
  margin-right: -20px;
}
@media only screen and (max-width: 480px) {
  .cart-content .discount-coupon form input {
    font-size: 0.9em;
  }
}
.cart-content .discount-coupon form input::placeholder {
  color: #9c9c9c;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 1em;
}
.cart-content .discount-coupon form .btn {
  border: none;
  width: 120px;
  margin-left: -2px;
  height: 48px;
  min-height: 38px;
  border-radius: 20px;
  font-size: 0.95em;
  letter-spacing: 0;
  background: #fff;
  color: #FF6600;
  border: 1px solid #FF6600;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  /*&:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background: @orange;
          opacity: 0.08;
        }*/
}
@media only screen and (max-width: 480px) {
  .cart-content .discount-coupon form .btn {
    min-width: 70px;
    width: 70px;
  }
}
.cart-content .discount-coupon form .btn:hover {
  background: #FF6600;
  color: #fff;
}
.cart-content .free-gift {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cart-content .free-gift .btn {
  padding: 0;
  line-height: 1;
  min-height: inherit;
  min-width: inherit;
  background: transparent;
  color: #FF6600 !important;
}
.cart-content .free-gift .btn:hover {
  text-decoration: underline;
}
.cart-content .free-gift .free-gifts-wrapper {
  display: flex;
  align-items: center;
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  .cart-content .free-gift .free-gifts-wrapper {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-content .free-gift .free-gift-label {
    padding-left: 12px;
  }
}
.cart-content .free-gift .free-gifts-img {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 0;
  display: flex;
  min-width: 36px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .cart-content .free-gift .free-gifts-img {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
}
.cart-content .free-gift .free-gifts-img img {
  max-width: 100%;
  height: auto;
}
.cart-content .free-gift .free-gift-name {
  font-weight: 600;
}
.cart-content .free-gift .free-gifts-img-hover {
  display: none;
}
.cart-content .extras-wrapper {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cart-content .extras-wrapper .extra {
  margin: 10px 0;
  background: transparent;
  padding: 10px 10px 10px 80px;
  border-radius: 3px;
  min-height: 43px;
}
.cart-content .extras-wrapper .extra:before {
  left: 2px;
}
.cart-content .extras-wrapper .extras-col {
  width: 100%;
  align-items: center;
  max-width: 360px;
}
.cart-content .extras-wrapper .extras-col form button,
.cart-content .extras-wrapper .extras-col form .btn {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .cart-content .extras-wrapper {
    flex-direction: column;
  }
  .cart-content .extras-wrapper .extras-wrap {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .cart-content .fvDoplnek .header .fvDoplnek-text {
    margin-top: 0 !important;
  }
}
html[lang="de"] .cart-content .cart-header li:after {
  right: -19px !important;
}
.cart-empty h1.cart-heading {
  margin-bottom: 20px;
}
.cart-inner {
  max-width: 1220px;
  margin: 0 auto;
}
.cart-inner.cart-empty h1,
.cart-inner.cart-empty .h1 {
  font-size: 1.5em;
  padding-left: 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .cart-inner.cart-empty h1,
  .cart-inner.cart-empty .h1 {
    margin-top: 80px;
  }
}
.cart-inner.cart-empty .empty-cart-boxes ul {
  padding-left: 20px;
}
.cart-inner.cart-empty .empty-cart-boxes ul li a {
  text-decoration: none;
  color: #141414;
}
.cart-inner.cart-empty .empty-cart-boxes ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .col-md-8 .cart-content {
    padding: 0;
  }
}
.cart-inner:not(.cart-empty) .cart-row {
  justify-content: space-between;
  align-items: stretch;
}
.cart-inner:not(.cart-empty) .cart-row .col-md-8 {
  padding-right: 40px !important;
  padding-left: 17px!important;
  -ms-flex: 0 0 65%;
  width: 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
@media (min-width: 992px) {
  .cart-inner:not(.cart-empty) .cart-row .col-md-8 {
    padding-bottom: 40px;
  }
}
@media (max-width: 1600px) {
  .cart-inner:not(.cart-empty) .cart-row .col-md-8 {
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .cart-inner:not(.cart-empty) .cart-row .col-md-8 {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 992px) {
  .cart-inner:not(.cart-empty) .cart-row .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 20px !important;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-inner:not(.cart-empty) .cart-row .col-md-8 {
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
}
.cart-inner:not(.cart-empty) .cart-row .col-md-4 {
  flex: inherit;
  width: 35%;
  max-width: 100%;
  padding-top: 30px!important;
  border: none;
  padding-left: 40px!important;
  padding-right: 0px!important;
  position: relative;
  top: 0!important;
  top: inherit!important;
  position: relative!important;
  bottom: 0;
  max-width: 1220px;
  background: #fff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  /* h4 {
      font-size: 1em;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 30px;
      padding-top: 0;

      @media @tablet-land {
        margin-bottom: 10px;
      }
    }*/
}
@media (max-width: 1600px) {
  .cart-inner:not(.cart-empty) .cart-row .col-md-4 {
    padding-right: 20px !important;
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 992px) {
  .cart-inner:not(.cart-empty) .cart-row .col-md-4 {
    padding: 15px 17px 0 17px !important;
  }
}
@media only screen and (max-width: 767px) {
  .cart-inner:not(.cart-empty) .cart-row .col-md-4 {
    position: relative !important;
    border-top: 1px solid #E4E4E4;
    padding: 12px 17px 0 17px !important;
    width: 100%;
    max-width: 100%;
  }
}
.cart-inner:not(.cart-empty) .cart-row .col-md-4:before {
  position: absolute;
  right: 0;
  width: 50vw;
  background: #f9f9f9;
  min-height: 100vh;
  height: 100%;
  content: "";
  top: 0;
  z-index: -1;
  right: calc(-50vw + 100%);
}
@media only screen and (max-width: 992px) {
  .cart-inner:not(.cart-empty) .cart-row .col-md-4:before {
    width: 100vw;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart-inner:not(.cart-empty) .cart-row .col-md-4 .next-step-back {
    position: relative;
    top: initial;
    margin-bottom: 0;
    float: left;
    left: 0;
  }
}
.cart-inner:not(.cart-empty) .cart-row .col-md-4 .next-step-forward,
.cart-inner:not(.cart-empty) .cart-row .col-md-4 .next-step-finish {
  font-weight: 600;
  background: #FF6600;
  transition: 0.3s;
  border-radius: 20px;
}
.cart-inner:not(.cart-empty) .cart-row .col-md-4 .next-step-forward:after,
.cart-inner:not(.cart-empty) .cart-row .col-md-4 .next-step-finish:after {
  width: 16px;
  height: 16px;
  content: '';
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-right-w.svg) no-repeat center;
  background-size: 16px;
  margin-left: 7px;
}
@media only screen and (max-width: 767px) {
  .cart-inner:not(.cart-empty) .cart-row .col-md-4 .next-step-forward,
  .cart-inner:not(.cart-empty) .cart-row .col-md-4 .next-step-finish {
    position: relative;
    top: initial;
    margin-bottom: 0;
    right: 0;
  }
}
.cart-inner:not(.cart-empty) .cart-row .col-md-4 .next-step-forward:hover,
.cart-inner:not(.cart-empty) .cart-row .col-md-4 .next-step-finish:hover {
  background: #FF6600;
}
@media only screen and (max-width: 992px) {
  .cart-inner:not(.cart-empty) .cart-row .col-md-4 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-inner:not(.cart-empty) .cart-row .col-md-4 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  .cart-inner:not(.cart-empty) .cart-row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.extras-separated {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 480px) {
  .extras-separated {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.extras-separated .extras-wrap {
  display: flex;
  flex-wrap: wrap;
}
.extras-separated .extras-wrap .extra {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .extras-separated .extras-wrap .extra {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .cart-row .col-md-4 {
    min-height: calc(100vh - 95px);
  }
  .admin-logged .cart-row .col-md-4 {
    min-height: calc(100vh - 120px);
  }
}
.back-shopping-link a {
  display: none;
  line-height: inherit;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
  margin: 50px 0 20px 0;
}
.back-shopping-link a:before {
  width: 16px;
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  content: '';
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/arrow-left.svg') no-repeat center;
  background-size: 16px;
}
@media only screen and (max-width: 767px) {
  .back-shopping-link {
    display: none;
  }
}
.in-objednavky .cart-table tr:first-child .p-label {
  display: none !important;
}
.in-objednavky .cart-table .p-name {
  flex: unset;
}
.in-objednavky .cart-table td[colspan="6"] {
  width: 100%;
}
.in-objednavky .cart-table td[colspan="6"] dl {
  width: 100%;
  max-width: 100%;
}
.in-objednavky .cart-table td[colspan="6"] dd {
  text-align: right;
}
.ordering-process .cart-empty .col-md-4 .cart-content {
  display: none;
}
.empty-cart-boxes ul li {
  margin-bottom: 4px;
}
.ordering-process {
  background: #fff !important;
}
.ordering-process .back-shopping-link .next-step-back {
  padding: 1px 0 0 20px;
}
.ordering-process .back-shopping-link .next-step-back:before {
  content: '';
}
.ordering-process .cart-content {
  background: transparent !important;
}
.ordering-process .quantity input::-webkit-outer-spin-button,
.ordering-process .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ordering-process .quantity input[type=number] {
  -moz-appearance: textfield;
}
.ordering-process .quantity .increase:focus,
.ordering-process .quantity .decrease:focus {
  outline: none !important;
}
.ordering-process .quantity input:focus {
  outline: none;
}
.ordering-process .quantity {
  width: 138px;
  height: 44px;
  margin: 0;
  position: relative;
  padding: 0 44px;
  border: none;
  display: inline-block;
}
.ordering-process .quantity .increase,
.ordering-process .quantity .decrease {
  cursor: pointer;
}
.ordering-process .quantity .increase:hover,
.ordering-process .quantity .decrease:hover {
  background-color: #ededed !important;
  /*&:before {
          color: #fff !important;
          filter: invert(1);
        }*/
}
.ordering-process .quantity .increase:focus,
.ordering-process .quantity .decrease:focus {
  opacity: 1;
}
.ordering-process .quantity .increase {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  width: 44px;
  height: 44px;
  transition: .3s;
  border-radius: 0;
  border: none;
  background: #f8f8f8;
}
.ordering-process .quantity .increase:before {
  margin-top: 0;
  content: '';
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/plus.svg') no-repeat center;
  background-size: 12px;
  font-weight: 600;
  font-size: 12px;
  opacity: 1;
}
.ordering-process .quantity .increase:hover {
  background: #ededed;
}
.ordering-process .quantity .increase:hover:before {
  opacity: 1;
}
.ordering-process .quantity .decrease {
  position: absolute;
  left: 0;
  top: initial;
  bottom: 0;
  width: 44px;
  height: 44px;
  transition: .3s;
  border-radius: 0;
  border: none;
  background: #f8f8f8;
}
.ordering-process .quantity .decrease:before {
  margin-top: 0;
  content: '';
  background: url('https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/minus.svg') no-repeat center;
  background-size: 12px;
  font-size: 16px;
  opacity: 1;
}
.ordering-process .quantity .decrease:hover {
  background: #ededed;
}
.ordering-process .quantity .decrease:hover:before {
  opacity: 1;
}
.ordering-process .quantity input {
  width: 50px;
  height: 44px;
  text-align: center;
  font-weight: 500;
  border: none;
  border-left: 0;
  border-right: none;
  border-radius: 0;
  font-size: 1.1em;
}
.ordering-process #checkoutContent .co-basic-information .form-group label {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .ordering-process #content-wrapper {
    margin-top: 0px;
    padding-bottom: 55px !important;
  }
}
.ordering-process .cart-header {
  margin-top: 0;
}
.ordering-process #header .header-top .languagesMenu {
  right: 135px;
}
@media only screen and (max-width: 1200px) {
  .ordering-process #header .header-top .languagesMenu {
    right: 70px !important;
  }
}
@media only screen and (min-width: 768px) {
  .ordering-process #header .header-top .top-nav-button-login,
  .ordering-process #header .header-top .top-nav-button-account {
    margin-right: 0;
    right: 0;
    border-right: 1px solid #ededed;
  }
}
@media only screen and (max-width: 767px) {
  .ordering-process #header .header-top .top-nav-button-login,
  .ordering-process #header .header-top .top-nav-button-account {
    right: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .ordering-process #header .header-top .responsive-tools a[data-target=search] {
    right: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .ordering-process #header .header-top .dropdown {
    right: 135px;
  }
}
@media only screen and (min-width: 768px) and only screen and (max-width: 1200px) {
  .ordering-process #header .header-top .dropdown {
    right: 70px !important;
  }
}
.ordering-process #content-wrapper {
  position: relative;
}
.ordering-process #content-wrapper.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ordering-process .checkout-box {
  border-radius: 5px;
}
.ordering-process #header .header-top .navigation-buttons {
  display: none;
}
@media (min-width: 768px) {
  .ordering-process .popup-widget.login-widget {
    right: -20px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .ordering-process .popup-widget.login-widget {
    right: 20px !important;
  }
  .ordering-process .popup-widget.login-widget:before {
    right: 87px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ordering-process {
    /*#header .header-top .top-nav-button-login {
      right: 15px;
    }*/
  }
  .ordering-process .popup-widget.login-widget:before {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ordering-process .top-navigation-bar .nav-part .responsive-tools {
    width: 125px;
    justify-content: flex-end;
  }
}
.ordering-process .podpis {
  margin-top: 50px;
  display: none;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #dfdfdf;
}
.ordering-process .checkout-box {
  display: none !important;
}
.ordering-process .sidebar-in-cart .cart-content.summary-wrapper {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.ordering-process .contact-box > strong {
  margin-top: 18px;
}
.ordering-process .checkout-box-wrapper,
.ordering-process .checkout-box,
.ordering-process .cart-empty .col-md-4 .cart-content {
  border: none;
  margin-bottom: 20px;
  color: #141414;
  padding: 2px 0;
  order: 2;
  margin-top: 15px;
}
@media only screen and (max-width: 992px) {
  .ordering-process .checkout-box-wrapper,
  .ordering-process .checkout-box,
  .ordering-process .cart-empty .col-md-4 .cart-content {
    display: none;
  }
}
.ordering-process .checkout-box-wrapper .btn,
.ordering-process .checkout-box .btn,
.ordering-process .cart-empty .col-md-4 .cart-content .btn {
  font-size: 1.6em;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 30px;
  padding-top: 0;
  display: block;
  margin-top: 0;
  padding-left: 0;
}
.ordering-process .checkout-box-wrapper .btn span,
.ordering-process .checkout-box .btn span,
.ordering-process .cart-empty .col-md-4 .cart-content .btn span {
  display: none;
}
.ordering-process .checkout-box-wrapper h4,
.ordering-process .checkout-box h4,
.ordering-process .cart-empty .col-md-4 .cart-content h4 {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 0;
  letter-spacing: 0.5px;
}
.ordering-process .checkout-box-wrapper .contact-box,
.ordering-process .checkout-box .contact-box,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ordering-process .checkout-box-wrapper .contact-box img,
.ordering-process .checkout-box .contact-box img,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box img {
  border-radius: 50%;
  margin-right: 15px;
  max-width: 50px !important;
  height: auto;
  width: auto;
}
.ordering-process .checkout-box-wrapper .contact-box strong,
.ordering-process .checkout-box .contact-box strong,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box strong {
  font-size: 1.1em;
}
.ordering-process .checkout-box-wrapper .contact-box ul,
.ordering-process .checkout-box .contact-box ul,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul {
  display: block;
  padding: 0;
  margin-top: 20px;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.ordering-process .checkout-box-wrapper .contact-box ul li,
.ordering-process .checkout-box .contact-box ul li,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .ordering-process .checkout-box-wrapper .contact-box ul li,
  .ordering-process .checkout-box .contact-box ul li,
  .ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li {
    width: 100%;
    margin-top: 5px;
  }
}
.ordering-process .checkout-box-wrapper .contact-box ul li a,
.ordering-process .checkout-box .contact-box ul li a,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li a {
  color: #141414;
  text-decoration: none;
}
.ordering-process .checkout-box-wrapper .contact-box ul li a:hover,
.ordering-process .checkout-box .contact-box ul li a:hover,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li a:hover {
  text-decoration: underline;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span,
.ordering-process .checkout-box .contact-box ul li span,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span {
  letter-spacing: 0.5px;
  font-weight: 400;
  display: block;
  padding-left: 30px;
  position: relative;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span:before,
.ordering-process .checkout-box .contact-box ul li span:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span:before {
  width: 24px;
  height: 23px;
  position: absolute;
  left: 0;
  font-size: 20px;
  top: -1px;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.tel:before,
.ordering-process .checkout-box .contact-box ul li span.tel:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tel:before {
  content: '';
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-phone.svg?v2) no-repeat center;
  background-size: 22px;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.facebook:before,
.ordering-process .checkout-box .contact-box ul li span.facebook:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.facebook:before {
  content: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-fb.svg?v2);
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.tiktok:before,
.ordering-process .checkout-box .contact-box ul li span.tiktok:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.tiktok:before {
  content: '';
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-tiktok.svg?v2) no-repeat center;
  background-size: 20px;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.instagram:before,
.ordering-process .checkout-box .contact-box ul li span.instagram:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.instagram:before {
  content: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-ig.svg?v2);
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.youtube:before,
.ordering-process .checkout-box .contact-box ul li span.youtube:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.youtube:before {
  content: '';
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-yt.svg?v2) no-repeat center;
  background-size: 22px;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.twitter:before,
.ordering-process .checkout-box .contact-box ul li span.twitter:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.twitter:before {
  content: '';
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-twitter.svg?v2) no-repeat center;
  background-size: 24px;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.skype:before,
.ordering-process .checkout-box .contact-box ul li span.skype:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.skype:before {
  content: '';
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-skype.svg?v2) no-repeat center;
  background-size: 24px;
}
.ordering-process .checkout-box-wrapper .contact-box ul li span.mail:before,
.ordering-process .checkout-box .contact-box ul li span.mail:before,
.ordering-process .cart-empty .col-md-4 .cart-content .contact-box ul li span.mail:before {
  content: '';
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/cart-mail.svg?v2) no-repeat center;
  background-size: 22px;
}
.payment-logo,
.payment-shipping-price {
  flex-grow: 0;
  flex-shrink: 0;
  width: 90px;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .payment-logo,
  .payment-shipping-price {
    width: 70px;
    padding-left: 0 !important;
  }
}
.payment-logo img,
.payment-shipping-price img {
  max-width: 100%;
  max-height: 40px;
}

.payment-shipping-price {
  padding-left: 10px;
  font-weight: 500;
  /* &.for-free {
    color: #26ba2a;
  }*/
}
.payment-info {
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
  padding-right: 10px;
}
#checkoutContent .payment-info span {
  position: relative;
  z-index: 1;
}
.watchdog-row {
  margin: 0 0 1em;
  min-height: 36px;
  display: flex;
  align-items: center;
}
.watchdog-row label {
  min-width: 130px;
}
#watchdog-form .disclaimer {
  color: #666666;
  display: block;
}
#watchdog-form .disclaimer.hidden {
  display: none;
}
.recapitulation-wrapper .co-box {
  padding-right: 20px;
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .co-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.recapitulation-wrapper .co-box h4::before {
  content: '\e922';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  font-family: 'shoptet';
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .co-box h4::before {
    display: none;
  }
}
.recapitulation-wrapper .cart-table {
  max-width: 580px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  border-collapse: inherit;
  margin: 20px 0 20px 60px;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .cart-table {
    margin: 20px 0;
  }
}
.recapitulation-wrapper .cart-table tr {
  justify-content: flex-start;
}
.recapitulation-wrapper .cart-table tr:last-child:after {
  display: none;
}
.recapitulation-wrapper .co-box.co-payment-method h4::before {
  content: '\e926';
}
.recapitulation-wrapper .co-box.co-order h4::before {
  content: '\e925';
}
.recapitulation-wrapper table {
  width: 100%;
  max-width: 500px;
}
.recapitulation-wrapper .order-complete-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .order-complete-links {
    flex-direction: column;
    justify-content: center;
  }
}
.recapitulation-wrapper .co-box h4 {
  margin-left: -60px !important;
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .recapitulation-wrapper .co-box h4 {
    padding-left: 0;
    margin-left: 0 !important;
  }
}
.cart-empty .cart-content {
  padding: 20px;
}
.ordering-process .reca-number {
  text-align: center;
  margin-bottom: 30px;
}
.ordering-process h1.order-summary-heading {
  text-align: center;
  text-transform: none;
  color: #141414;
  font-size: 3em;
}
@media only screen and (max-width: 767px) {
  .ordering-process h1.order-summary-heading {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 480px) {
  .ordering-process h1.order-summary-heading {
    font-size: 1.5em;
  }
}
.ordering-process h1.order-summary-heading:before {
  position: relative;
  content: "";
  width: 120px;
  height: 120px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/icons/order-check.svg);
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: 50%;
  display: block;
  margin: 0 auto 20px auto;
}
.ordering-process .recapitulation-wrapper .cart-table .p-quantity {
  align-items: center;
}
.ordering-process .recapitulation-wrapper .co-box {
  padding: 20px;
}
.ordering-process .recapitulation-wrapper .co-box h4 {
  padding-left: 0px!important;
  margin-left: 0!important;
  padding: 0;
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .ordering-process .recapitulation-wrapper .co-box h4 {
    font-size: 1.3em;
    margin-top: 0;
  }
}
.ordering-process .recapitulation-wrapper .order-summary-item.total {
  margin-top: 20px;
}
.ordering-process .recapitulation-wrapper .order-complete-links {
  flex-direction: column;
  margin-bottom: 30px;
}
.ordering-process .recapitulation-wrapper .order-complete-links .btn {
  background: #FF6600;
}
.ordering-process .recapitulation-wrapper .order-complete-links .btn:hover {
  background: #FF6600;
}
.ordering-process .recapitulation-wrapper .cart-table {
  margin: 0 auto;
  max-width: 700px;
  border: 1px solid #ededed;
  border-radius: 0;
}
.ordering-process .recapitulation-wrapper .cart-table tr {
  border: none;
  border-bottom: 1px solid #ededed;
}
@media only screen and (max-width: 767px) {
  .ordering-process .recapitulation-wrapper .cart-table tr {
    margin-bottom: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
.ordering-process .recapitulation-wrapper .cart-table tr:last-child {
  border: none;
}
.ordering-process .recapitulation-wrapper .cart-table tr br {
  display: none;
}
.ordering-process .recapitulation-wrapper .cart-table .p-quantity {
  text-align: right;
  justify-content: flex-end;
  padding-right: 20px !important;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .ordering-process .recapitulation-wrapper .cart-table .p-quantity {
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 7px;
    min-height: initial;
  }
}
.ordering-process .recapitulation-wrapper .cart-table .p-quantity > span {
  display: inline-block;
  margin: 0 7px;
}
.ordering-process .recapitulation-wrapper .cart-table .cart-p-image {
  width: 62px;
  height: 62px;
  padding: 10px !important;
}
@media only screen and (max-width: 767px) {
  .ordering-process .recapitulation-wrapper .cart-table .cart-p-image {
    padding: 5px !important;
  }
}
.ordering-process .recapitulation-wrapper .cart-table .cart-p-image img {
  max-width: 100%;
  max-height: 100%;
}
.ordering-process .recapitulation-wrapper .recapitulation-table {
  border: 1px solid #ededed;
  border-collapse: collapse;
  margin: 0 auto;
  border-spacing: 1px;
}
.ordering-process .recapitulation-wrapper .recapitulation-table th,
.ordering-process .recapitulation-wrapper .recapitulation-table td {
  border: 1px solid #ededed;
  padding: 14px 20px;
}
.ordering-process .recapitulation-wrapper .recapitulation-table td {
  text-align: right;
}
.ordering-process .recapitulation-wrapper h4:before {
  display: none !important;
}
#checkoutSidebar .consents a {
  text-decoration: underline;
}
html[lang="en"] .cart-content .cart-header li:after {
  right: -15px;
}
@media (max-width: 1600px) {
  html[lang="en"] .cart-content .cart-header li:after {
    right: -15px !important;
  }
}
html[lang="en"] .menu-item-1092 > a,
html[lang="en"] .menu-item-1167 > a,
html[lang="en"] .menu-item-1254 > a {
  pointer-events: auto;
}
.content-wrapper.latest-contribution-box {
  display: none;
}
footer {
  background: #fff;
  margin: 0;
  overflow: hidden;
  color: #000;
  clear: both;
}
footer .custom-footer .contact-box .tel {
  /*display: none;*/
}
footer .footer-socials {
  width: auto;
  -ms-flex-order: -1;
  order: 0;
  display: -ms-flexbox;
  display: flex;
  display: none;
  margin-right: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 50px;
}
@media only screen and (max-width: 480px) {
  footer .footer-socials {
    margin-right: auto;
    margin-top: 10px;
  }
}
footer .footer-socials .contact-box > strong {
  display: none !important;
}
footer .footer-socials ul {
  display: flex;
}
footer .footer-socials ul .facebook,
footer .footer-socials ul .instagram,
footer .footer-socials ul .youtube,
footer .footer-socials ul .twitter,
footer .footer-socials ul .tiktok,
footer .footer-socials ul .skype {
  display: block;
}
footer .footer-socials li span {
  display: block;
}
footer .footer-socials a {
  display: inline-block;
  float: left;
  padding-left: 30px !important;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  transition: 0.3s;
  color: transparent !important;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
footer .footer-socials a:before {
  width: 30px;
  content: '';
  height: 30px;
  position: absolute;
  left: 0;
  top: 0px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
footer .footer-socials a:hover {
  opacity: 0.4;
}
footer .footer-socials .mail {
  display: none;
}
footer .footer-socials .tel {
  display: none;
}
footer .footer-socials .facebook a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/fb.svg?v3");
  background-size: 18px;
}
footer .footer-socials .instagram a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/insta.svg?v3");
  background-size: 38px;
}
footer .footer-socials .youtube a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/yt.svg?v2");
  background-size: 38px;
}
footer .footer-socials .twitter a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/twitter.svg?v2");
  background-size: 36px;
}
footer .footer-socials .tiktok a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/icons/tiktok.svg?v4");
  background-size: 18px;
}
footer .footer-socials .skype a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/icons/skype.svg?v3");
  background-size: 22px;
}
footer .footer-contacts {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts {
    margin: 15px 0;
  }
}
footer .footer-contacts .contact-box {
  margin-right: 0;
}
footer .footer-contacts .contact-box ul {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts .contact-box ul {
    flex-direction: column;
  }
  footer .footer-contacts .contact-box ul li:first-child {
    margin-bottom: 10px;
  }
}
footer .footer-contacts .contact-box > strong {
  display: none;
}
footer .footer-contacts .contact-box li > * {
  display: none;
}
footer .footer-contacts .contact-box li > .mail,
footer .footer-contacts .contact-box li > .tel {
  display: flex;
  font-size: 1.4em;
  align-items: center;
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts .contact-box li > .mail,
  footer .footer-contacts .contact-box li > .tel {
    display: flex;
    font-size: 1.1em;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
  }
}
footer .footer-contacts .contact-box li > .mail a,
footer .footer-contacts .contact-box li > .tel a {
  margin-bottom: 0;
  font-weight: 300;
  /* padding-bottom: 2px; */
  padding-left: 0 !important;
  font-size: 1em;
}
footer .footer-contacts .contact-box li .mail:before {
  width: 36px;
  height: 36px;
  content: "";
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/icons/mail.svg) no-repeat 50%;
  background-size: 36px;
  margin-right: 11px;
  display: inline-block;
  position: relative;
  filter: none !important;
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts .contact-box li .mail:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}
footer .footer-contacts .contact-box li .tel a {
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts .contact-box li .tel a {
    padding-bottom: 0px;
  }
}
footer .footer-contacts .contact-box li .tel a:after {
  display: block;
  content: 'Volejte Po-Pá: 10:00 - 15:00';
  color: #8f8f8f;
  position: relative;
  bottom: 0;
  font-size: 15px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts .contact-box li .tel a:after {
    font-size: 11px;
  }
}
footer .footer-contacts .contact-box li .tel:before {
  width: 36px;
  height: 36px;
  content: "";
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/icons/phone.svg) no-repeat 50%;
  background-size: 36px;
  margin-right: 11px;
  display: inline-block;
  position: relative;
  filter: none !important;
}
@media only screen and (max-width: 767px) {
  footer .footer-contacts .contact-box li .tel:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}
footer .site-name {
  padding-top: 80px;
  padding-bottom: 28px;
  clear: both;
  position: relative !important;
  width: 100%;
  top: 0 !important;
  left: 0px !important;
  display: flex !important;
  align-items: center;
  max-width: 100% !important;
}
@media only screen and (max-width: 992px) {
  footer .site-name {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  footer .site-name {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
footer .site-name > a {
  margin: 0;
}
footer .site-name > a img {
  max-width: 250px;
  max-height: 120px;
  height: 42px;
  max-width: inherit;
  /*filter: grayscale(1) brightness(0);*/
}
@media only screen and (max-width: 767px) {
  footer .site-name > a img {
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 0;
  }
}
footer a {
  color: #000;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .banner-wrapper {
  margin-top: 0;
  justify-content: flex-start !important;
}
footer .news-item-widget h5 {
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 500;
}
footer .news-item-widget h5 a {
  margin-bottom: 5px;
  color: #262A36;
}
footer .custom-footer {
  border: none;
  padding: 0;
}
footer .custom-footer .custom-footer__articles {
  margin-left: auto;
}
@media (min-width: 1200px) {
  footer .custom-footer .custom-footer__contact {
    margin-right: 4%;
  }
}
footer .custom-footer > div {
  width: 25%;
  padding: 60px 15px 40px 0 !important;
}
footer .custom-footer > div .banner {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div .banner {
    min-height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div {
    padding: 30px 15px 20px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div {
    padding: 0px 15px 0px 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div {
    width: 100% !important;
    padding-bottom: 25px !important;
    padding-right: 0 !important;
  }
  footer .custom-footer > div img {
    max-width: 100px;
    height: auto;
    margin-bottom: -15px;
  }
  footer .custom-footer > div:last-child {
    border: none;
  }
}
footer .custom-footer {
  display: flex;
  flex-wrap: wrap;
}
footer h4 {
  letter-spacing: 0.4px;
  margin-top: 20px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 22px;
  color: #000;
  text-transform: uppercase !important;
  font-weight: 500;
  font-size: 1.4em;
  padding-top: 2px;
  /*  &:before {
      width: 50px;
      height: 1px;
      background: #000;
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
    }*/
}
@media only screen and (max-width: 992px) {
  footer h4 {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  footer h4 {
    font-size: 1.3em;
    margin-bottom: 15px;
  }
}
footer #signature {
  text-align: center;
  font-size: 0.9em;
  flex: 1;
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  footer #signature {
    margin: 10px;
  }
}
footer #signature a {
  letter-spacing: 0;
}
footer .copyright {
  font-size: 13px;
  text-align: center;
  color: #000;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    text-align: center;
    margin-top: 0;
  }
}
footer .copyright strong {
  font-weight: 400;
}
footer .copyright a {
  font-weight: 400;
  color: #262A36;
}
footer .copyright .podpis {
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}
footer .copyright .podpis a {
  font-weight: 500;
  color: #262A36;
}
footer .cart-overview .btn {
  background: transparent;
  width: 180px;
  border: 1px solid #f2f2f2;
}
footer .cart-overview .btn:hover {
  border: 1px solid #b8b8b8 !important;
}
footer h5 {
  font-size: 1.2em;
  color: #000;
}
footer #formLogin .password-helper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  footer #formLogin .password-helper {
    padding-right: 0;
  }
}
footer .search-form .btn {
  text-transform: none;
  line-height: 38px;
}
footer #formLogin input,
footer .search input {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 767px) {
  footer #formLogin input,
  footer .search input {
    width: 100%;
  }
}
footer .rate-wrapper .votes-wrap {
  margin: 0 0 20px 0;
}
footer .rate-wrapper .votes-wrap .vote-product-name {
  font-size: 14px;
}
footer .rate-wrapper .votes-wrap .vote-wrap {
  border: none;
  margin: 0;
  padding-top: 0;
}
footer .rate-wrapper .votes-wrap .vote-wrap a {
  color: #262A36;
}
footer .rate-wrapper .votes-wrap .vote-wrap .vote-name {
  color: #262A36;
}
footer .rate-wrapper .votes-wrap .vote-wrap .stars .star {
  top: 6px;
}
footer ul {
  margin-bottom: 0;
  line-height: unset;
  padding-left: 0 !important;
  margin-top: 0;
}
footer ul li {
  padding: 0 !important;
  list-style: none;
  color: #000;
  letter-spacing: 0px;
}
footer ul li a {
  color: #000 !important;
  font-weight: 300;
  font-size: 1em;
}
@media only screen and (min-width: 768px) {
  footer ul li a {
    font-size: 1.1em;
  }
}
footer ul span {
  padding-left: 0 !important;
}
@media only screen and (max-width: 1200px) {
  footer .footer-logo {
    display: none;
  }
}
footer .footer-logo img {
  max-width: 250px;
}
footer .contact-box ul li > span::before {
  color: #000;
}
footer .socials {
  margin-bottom: 10px;
}
footer .socials a {
  margin-right: 8px;
}
footer .socials a:hover img {
  opacity: 0.5;
}
footer .contact-box {
  color: #000;
  text-align: left;
  font-size: 1.1em;
  min-height: initial;
}
@media only screen and (max-width: 1200px) {
  footer .contact-box {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  footer .contact-box {
    margin-right: 60px;
  }
}
footer .contact-box img {
  margin: 0 0 15px 0 !important;
  max-width: 100px;
  max-height: 100px;
}
@media only screen and (max-width: 767px) {
  footer .contact-box img {
    max-width: 70px;
    max-height: 70px;
  }
}
footer .contact-box h3 {
  font-size: 1.6em;
  color: #000;
  margin-top: 15px;
  margin-bottom: 20px;
}
footer .contact-box > img {
  display: inline-block !important;
  position: relative;
  margin: 0 !important;
  left: 0;
}
footer .contact-box > strong {
  display: block !important;
  margin-bottom: 20px;
}
footer .contact-box .mail:before {
  width: 22px;
  /*filter: grayscale(1) brightness(2);*/
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/mail2.svg?v3);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
  filter: invert(1) brightness(2);
  display: none;
}
footer .contact-box .tel:before,
footer .contact-box .cellphone:before {
  width: 22px;
  height: 22px;
  /*filter: grayscale(1) brightness(2);*/
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/phone2.svg?v3);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
  filter: invert(1) brightness(2);
  display: none;
}
footer .contact-box .facebook:before {
  width: 22px;
  height: 24px;
  /*filter: grayscale(1) brightness(2);*/
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/fb.svg?v3);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  filter: invert(1) brightness(2);
  display: none;
}
footer .contact-box .instagram:before {
  width: 22px;
  /* filter: grayscale(1) brightness(2);*/
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/insta.svg?v3);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
  filter: invert(1) brightness(2);
  display: none;
}
footer .contact-box li a {
  padding-left: 0px !important;
}
footer .contact-box .open-time {
  display: block;
  font-size: 0.8em;
  margin-top: -2px;
}
footer .contact-box p {
  margin-bottom: 5px;
}
footer .footer-links {
  margin-bottom: 20px;
}
footer .footer-links a {
  margin: 0 10px;
}
footer #categories {
  display: block !important;
  height: inherit !important;
}
footer #categories #cat-manufacturers {
  display: none;
}
footer #categories .categories a {
  padding-bottom: 0;
}
footer #categories .categories:nth-child(n + 6) {
  display: none;
}
footer #categories .topic a {
  background: transparent !important;
  color: #262A36;
  padding-bottom: 4px;
}
footer #categories .topic a:hover {
  text-decoration: underline;
}
footer #categories .categories .topic > a {
  padding-left: 20px;
}
footer #categories ul {
  display: none !important;
}
footer #categories .cat-trigger {
  display: none !important;
}
footer #categories .expandable ul {
  display: none;
}
footer #categories .expandable:hover ul {
  display: block;
  padding-left: 12px !important;
  font-size: 0.9em;
  margin-top: -5px;
  margin-bottom: 10px;
}
footer #categories .expandable:hover ul li a {
  margin-bottom: 4px;
}
@media (min-width: 1320px) {
  footer .container {
    padding: 0;
  }
}
footer .container {
  background: transparent !important;
  border: none !important;
}
footer a {
  display: block;
  margin-bottom: 7px;
  letter-spacing: 0px;
  font-size: 0.9em;
  font-weight: 400;
  /*@media @tablet-port {
      margin-bottom: 1px;
    }*/
}
footer a:hover {
  text-decoration: underline;
}
footer .custom-footer > div.extended {
  width: 25%;
}
@media only screen and (max-width: 1200px) {
  footer .custom-footer > div.extended {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  footer .custom-footer > div.extended {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .custom-footer > div.extended {
    width: 100% !important;
  }
}
footer p {
  margin-bottom: 12px;
  font-size: 0.9em;
  letter-spacing: 0px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  footer p {
    margin-bottom: 8px;
  }
}
html[lang="sk"] footer .footer-contacts .contact-box li .tel a:after {
  content: 'Volajte Pon-Pia 10:00 - 15:00';
}
html[lang="en"] footer .footer-contacts .contact-box li .tel a:after {
  content: 'Call Mon-Fri: 10:00 - 15:00';
}
html[lang="hu"] footer .footer-contacts .contact-box li .tel a:after {
  content: 'Call Mon-Fri: 10:00 - 15:00 (English only)';
}
html[lang="pl"] footer .footer-contacts .contact-box li .tel a:after {
  content: 'Call Mon-Fri: 10:00 - 15:00 (English only)';
}
html[lang="ro"] footer .footer-contacts .contact-box li .tel a:after {
  content: 'Call Mon-Fri: 10:00 - 15:00 (English only)';
}
html[lang="de"] footer .footer-contacts .contact-box li .tel a:after {
  content: 'Call Mon-Fri: 10:00 - 15:00 (English only)';
}
body footer .container.footer-bottom {
  padding: 40px 0 25px 0 !important;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.3px;
  /*width: 100%;
  max-width: 100%;*/
  margin: 0 auto;
  background: #fff !important;
  z-index: 2;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  border-top: none;
  flex-direction: column-reverse;
  text-align: center;
  justify-content: center;
  align-items: center;
}
body footer .container.footer-bottom:before {
  width: 100vw;
  height: 1px;
  background: #252525;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
  position: absolute;
  display: none;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  body footer .container.footer-bottom {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-bottom {
    height: auto;
    flex-direction: column-reverse;
    margin-top: 25px;
    padding: 10px 15px 40px 15px !important;
  }
  body footer .container.footer-bottom:before {
    display: none;
  }
}
body footer .container.footer-bottom #signature {
  font-size: 12px;
  flex: 1;
  max-width: 145px;
  font-weight: 400;
  max-width: initial;
  text-align: center !important;
  max-width: 660px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  body footer .container.footer-bottom #signature {
    width: 50%;
    max-width: 660px;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-bottom #signature {
    margin-top: 15px;
  }
}
body footer .container.footer-bottom #signature img {
  width: 18px;
  margin-right: 0;
}
body footer .container.footer-bottom #signature .title,
body footer .container.footer-bottom #signature .podpis {
  color: #000;
}
body footer .container.footer-bottom #signature .podpis {
  font-weight: 300;
  padding-right: 7px;
  border-right: 1px solid #adaeb5;
}
body footer .container.footer-bottom #signature a {
  display: inline-block !important;
  margin: 0 5px;
  font-weight: 300;
  font-size: 1em;
  color: #000;
}
body footer .container.footer-bottom .copyright {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  max-width: 710px;
  margin: 0;
  letter-spacing: 0.7px;
}
@media only screen and (min-width: 768px) {
  body footer .container.footer-bottom .copyright {
    width: 50%;
    max-width: 710px;
  }
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-bottom .copyright {
    text-align: center;
    margin-top: 0;
  }
}
body footer .container.footer-bottom .copyright strong {
  font-weight: 400;
}
body footer .container.footer-bottom .copyright a {
  font-weight: 600;
  color: #000;
}
body footer .container.footer-bottom .copyright .podpis {
  color: #000;
  text-transform: none;
  font-weight: 300;
  display: block;
  margin: 10px 0;
  font-size: 11px;
  letter-spacing: 0.2px;
}
body footer .container.footer-bottom .copyright .podpis a {
  color: #000;
  display: inline-block;
  font-size: 11px;
  font-weight: 300;
}
ul.poll {
  margin: 0;
  padding: 0;
}
ul.poll li {
  list-style-type: none;
}
ul.poll .poll-result {
  position: relative;
  margin-bottom: 10px;
  padding-right: 4rem;
}
ul.poll .poll-result > div {
  height: 1rem;
  border-left-style: solid;
  border-left-width: 1px;
}
ul.poll .poll-result small {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3.5rem;
  text-align: right;
  line-height: 1rem;
}
ul.payments {
  margin: 0;
  padding: 0;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments li {
  list-style-type: none;
  float: left;
  width: 33.333333%;
  padding: 0 0.5rem 1rem;
  text-align: center;
}
ul.payments li:nth-child(3n+1) {
  clear: both;
}
div.cart-overview a {
  display: block;
}
.fb_iframe_widget,
.sidebar > .box > span {
  max-width: 100%;
  overflow: hidden;
}
.form-group .fb_iframe_widget {
  display: block;
}
.indicator {
  background-color: #dadada;
}
.indicator > div {
  background-color: #656565;
}
.poll-result > div {
  background-color: #fff;
  border-left-color: #fff;
}
.footer-banners {
  background: #fff;
  padding: 0;
  position: relative;
}
.footer-banners .slick-dots {
  display: none !important;
}
.footer-banners .footer-banner {
  flex: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  /*img {
      max-width: 110px;
      max-height: 60px;
      width: auto;
      height: auto;
    }

    > img {
      height: auto;
      width: auto;
      max-width: 180px;
    }*/
}
.footer-banners .footer-banner a img {
  transition: 0.3s;
  opacity: 0.5;
}
.footer-banners .footer-banner a:hover img {
  opacity: 1;
}
.footer-banners .slick-arrow {
  display: inline-block;
  color: transparent;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  top: 50% !important;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  background: url(https://shoptetak.cz/modul/kodl/adonio/build/img/arrow-left-b.svg) no-repeat center;
  background-size: 15px;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .slick-arrow {
    left: 10px;
    background-size: 14px;
    background-color: #ccc;
    border-radius: 20px;
    z-index: 3;
  }
}
.footer-banners .slick-arrow.slick-next {
  right: 0;
  left: inherit;
  background: url(https://shoptetak.cz/modul/kodl/adonio/build/img/arrow-right-b.svg) no-repeat center;
  background-size: 15px;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .slick-arrow.slick-next {
    right: 10px;
    background-color: #ccc;
    background-size: 14px;
  }
}
.footer-banners .slick-arrow:hover {
  opacity: 1;
}
.footer-banners .slick-arrow:focus {
  outline: none;
}
.footer-banners .slick-track {
  display: flex;
  align-items: center;
}
.footer-banners .slick-list {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1500px) {
  .footer-banners .slick-list {
    max-width: 1440px;
  }
}
.footer-banners .slick-list a {
  text-align: center;
  display: block;
}
.footer-banners .slick-list a img {
  filter: grayscale(100%);
  display: inline;
  transition: 0.3s;
}
.footer-banners .slick-list a:hover img {
  filter: none;
  transform: none;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .slick-list a {
    padding: 10px 20px;
  }
}
.multiple-columns-body .footer-banners:before {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #navigation {
    background: #fff;
    padding-left: 0;
    width: 320px !important;
    right: -322px !important;
    margin: 0;
    height: auto;
    bottom: 0;
    top: 0;
    position: fixed;
    transform: none;
    padding-top: 52px !important;
  }
  #navigation .navigation-in ul li ul li a {
    padding: 7px 15px 7px 35px;
  }
  #navigation ul.menu-level-1 {
    display: flex;
    flex-direction: column;
  }
  #navigation ul.menu-level-1 > li {
    order: 2;
  }
  #navigation ul.menu-level-1 > li.appended-category {
    order: 1;
  }
  #navigation ul.menu-level-1 > li {
    border: none;
  }
  #navigation ul.menu-level-1 > li.ext.exp {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: 102px;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a {
    background: #d6d8dc !important;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow {
    top: -50px;
    background: #fff;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow:after {
    left: 0;
    right: initial;
    width: 20px;
    height: 15px;
    top: 14px;
    content: '';
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/arrow-left.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 {
    width: 100%;
    padding: 0 !important;
    margin-left: 0;
    height: 100vh;
    max-height: calc(100vh - 157px);
    overflow: auto;
    margin-top: -4px !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 h4 {
    padding-left: 15px;
    margin-bottom: 9px;
    color: #0c1833;
    margin-top: 20px;
    font-weight: 600;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li a {
    margin: 8px 15px !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a {
    padding-right: 30px;
    position: relative;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a:after {
    top: 13px;
    position: absolute;
    right: 15px;
    color: #1E1E1C;
    font-family: 'shoptet' !important;
    content: '\e90e';
    font-size: 10px;
    width: 10px;
    font-weight: 200;
    height: 10px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: -5px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div > a {
    background: #d6d8dc !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div > a:after {
    display: none;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 {
    display: block;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 li {
    font-size: 0;
    line-height: 0;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 li a {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  #navigation ul.menu-level-1 > li > a {
    line-height: 40px;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow {
    display: inline-block;
    padding-left: 0;
    line-height: 10px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    font-weight: 600;
    width: 100%;
    height: 100%;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow:after {
    top: 21px;
    position: absolute;
    right: 15px;
    color: #141414;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 2;
  }
  #navigation li a {
    padding: 12px 15px !important;
    background: #f1f3f7;
    margin: 4px 15px;
    border-radius: 0;
    color: #141414 !important;
    line-height: 1.2em !important;
    font-weight: 400;
    position: relative;
    font-size: 15px;
  }
  #navigation li a:hover {
    margin: 4px 15px !important;
    color: #5c5c5c;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-window-visible #header #navigation {
    right: 0 !important;
    padding-top: 15px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  }
  .navigation-window-visible #header #navigation .navigation-close {
    right: 5px;
    top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .register-btn {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .container > .top-navigation-menu {
    flex: 1 1 20% !important;
  }
}
@media only screen and (min-width: 768px) {
  .fixed-search-active .top-navigation-bar .dropdown {
    display: none;
  }
  .top-navigation-bar {
    border-bottom: none;
    padding: 0;
    background: #000;
    border: none;
    padding-top: 0px;
    margin-bottom: 20px; /* ⬅️ třeba 20px podle potřeby */
  

    /*.dropdown {
      margin-right: 15px;
      display: flex;
      align-items: center;

      &:before {
        content: '' !important;
        background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/wallet.svg?v2);
        background-size: 16px;
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        z-index: 1;
        opacity: 1;
        margin-right: 5px;
        display: inline-block;
        top: 0px;
        float: left;
        margin-top: -2px;
        margin-bottom: 0;
      }

      button {
        display: none;
      }

      .caret {
        color: #b2b2b2;
      }

      .dropdown-menu {
        display: flex;
        right: 0;
        min-width: initial;
        position: relative;
        background: transparent;
        border: none;
        box-shadow: none;
        font-size: 0.9em;
        font-weight: 500;
        padding: 0;
        margin: 0;

        li {
          a {
            font-weight: 500;
            &:before {
              display: none;
            }

            padding: 0 5px;
          }
        }
      }
    }*/
  }
  .top-navigation-bar .register-btn {
    letter-spacing: 0.5px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #141414;
    margin-left: 20px;
    margin-right: 40px;
    font-size: 13px;
  }
  .top-navigation-bar .register-btn:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/key.svg);
    background-size: 18px;
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 7px;
    display: inline-block;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .top-navigation-bar .top-nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    font-size: 13px;
    color: #383C43;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    right: 70px;
    top: 50px;
    z-index: 9;
    height: 30px;
    width: 48px;
    background-size: 36px;
    position: relative;
    transition: none;
    cursor: pointer;
    opacity: 1;
    border-radius: 40px;
    background-color: transparent;
  }
  .top-navigation-bar .top-nav-button span {
    display: none;
  }
  .top-navigation-bar .top-nav-button:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/user.svg?v5);
    background-size: 35px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 0px;
    display: inline-block;
    top: 5px;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .top-navigation-bar .top-nav-button:hover:before {
    opacity: 0.7;
  }
  .top-navigation-bar .language-switcher {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 15px;
  }
  .top-navigation-bar .language-switcher:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/globe.svg?v2);
    background-size: 16px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 5px;
    display: inline-block;
    top: 0px;
    float: left;
    margin-top: -1px;
    margin-bottom: 0;
  }
  .top-navigation-bar .language-switcher a {
    font-size: 0.9em;
    padding: 0 4px;
    font-weight: 500;
  }
  .top-navigation-bar .dropdown {
    position: absolute;
    right: 185px;
    left: initial;
    top: 37px;
    z-index: 3;
  }
  .top-navigation-bar .dropdown:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/globe.svg?v3);
    background-size: 19px;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 5px;
    display: inline-block;
    top: 1px;
    float: left;
    margin-top: -1px;
    margin-bottom: 0;
  }
  .top-navigation-bar .dropdown > span {
    display: none;
    color: #fff;
  }
  .top-navigation-bar .dropdown button {
    color: #000;
    font-weight: 600;
    padding-left: 3px;
    padding-right: 14px;
  }
  .top-navigation-bar .dropdown button .caret {
    font-size: 9px;
    color: #000;
    margin-left: 6px;
  }
  .top-navigation-bar .dropdown button:hover {
    color: #FF6600;
  }
  .top-navigation-bar .dropdown .dropdown-menu li {
    list-style: none;
  }
  .top-navigation-bar .dropdown .dropdown-menu li a {
    padding: 8px 13px;
    color: #141414;
  }
  .top-navigation-bar .dropdown .dropdown-menu li a:before {
    display: none;
  }
  .top-navigation-bar .dropdown .dropdown-menu li a:hover {
    color: #FF6600;
  }
  .top-navigation-bar .socials {
    margin-right: 30px;
    display: flex;
  }
  .top-navigation-bar .socials a {
    margin-right: 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-navigation-bar .socials a:hover img {
    opacity: 1;
  }
  .top-navigation-bar .socials a img {
    width: 16px;
    height: auto;
    opacity: 0.5;
  }
  .top-navigation-bar .container {
    padding: 0;
    position: relative;
    /*&:before {
        width: calc(~'100% - 30px');
        left: 15px;
        background: #e0e0e0;
        height: 1px;
        content: '';
        position: absolute;
        bottom: 0;
      }*/
  }
  .top-navigation-bar .top-navigation-menu {
    padding-right: 2px;
    /*max-width: 450px;*/
    background: transparent;
    margin-left: auto;
    flex: 1;
  }
  .top-navigation-bar .top-navigation-menu a {
    color: #232323 !important;
    letter-spacing: 0px;
    font-weight: 300 !important;
  }
  .top-navigation-bar .top-navigation-menu a b {
    font-weight: 300;
  }
  .top-navigation-bar .top-navigation-menu a:hover {
    text-decoration: underline !important;
    color: #000000 !important;
  }
  .top-navigation-bar .top-navigation-menu li:first-child a {
    padding-left: 20px;
  }
  .top-navigation-bar .top-navigation-tools {
    /*flex-basis: auto !important;
      flex: initial !important;*/
    margin-left: 0px;
    min-width: 266px;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-basis: 0 !important;
    min-width: 0;
    flex: 0 !important;
    /*.register-btn {
        margin-left: 20px;
        @media @tablet-port {
          display: none;
        }
        &:before {
          content: '' !important;
          background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/lock.svg);
          background-size: 16px;
          width: 16px;
          height: 16px;
          background-repeat: no-repeat;
          background-position: center;
          position: relative;
          z-index: 1;
          opacity: 1;
          margin-right: 5px;
          display: inline-block;
          top: 0px;
          margin-top: 0px;
          margin-bottom: -3px;
        }
      }*/
  }
  .top-navigation-bar .top-navigation-tools a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
  }
  .top-navigation-bar .top-navigation-tools a:hover {
    color: #313130;
  }
  .top-navigation-bar .top-navigation-bar-menu-helper li a {
    padding: 7px 20px;
    text-transform: none;
    color: #141414;
    font-size: 14px;
  }
  .top-navigation-bar .top-navigation-bar-menu-helper li a:before {
    display: none;
  }
  .top-navigation-bar .top-navigation-menu {
    display: block !important;
    height: auto;
  }
  .top-navigation-bar .top-navigation-bar-menu li a {
    text-transform: none;
    color: #000000;
    font-size: 14px;
    padding: 4px 18px;
    font-weight: 500;
  }
  .top-navigation-bar .top-navigation-bar-menu li a:hover {
    text-decoration: underline;
    color: #000000;
  }
  .top-navigation-bar .top-navigation-bar-menu li:last-child a {
    padding-right: 0;
  }
  .top-navigation-bar .top-navigation-contacts {
    /*flex: 0 0 !important;*/
    flex-basis: 0 !important;
    background: transparent;
    z-index: 9;
    flex-direction: column;
    display: none !important;
    align-items: flex-start;
  }
  .top-navigation-bar .top-navigation-contacts a {
    color: #969696;
    font-size: 1em;
    letter-spacing: 0px;
    text-transform: none;
  }
  .top-navigation-bar .top-navigation-contacts a:hover {
    text-decoration: none;
    color: #fff;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email {
    color: #969696;
    background: transparent;
    border-radius: 9px;
    padding: 0px 12px 5px 3px;
    font-size: 1em;
    letter-spacing: 0;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email span {
    font-weight: 300;
    text-transform: none;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/email.svg?v2);
    background-size: 18px;
    width: 20px;
    margin-right: 5px;
    text-align: center;
    height: 20px;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
    border-radius: 0px;
    background-color: transparent;
    padding-top: 2px;
    margin-top: -2px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email:hover {
    color: #fff;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone {
    color: #969696;
    font-size: 1em;
    padding-right: 20px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone span {
    font-weight: 400;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/phone.svg?v2);
    background-size: 16px;
    width: 20px;
    margin-right: 5px;
    text-align: center;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    padding-top: 2px;
    margin-top: -2px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone .open-time {
    opacity: 0.5;
    font-size: 13px;
    margin-left: 5px;
    color: #000 !important;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone:hover {
    color: #fff;
  }
  .top-navigation-bar .top-navigation-contacts a:before {
    font-size: 16px;
  }
  .site-msg-show .top-navigation-bar .top-nav-button {
    top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-nav-button {
    right: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .dropdown {
    right: 152px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .dropdown > span {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts {
    flex-direction: row;
    align-items: center;
    top: 41px;
    left: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a > span {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .top-navigation-bar .top-navigation-contacts a.project-email {
    left: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-email {
    padding: 6px 18px 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-email:before {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-phone {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-navigation-bar {
    top: -80px;
  }
  #header {
    transition: 0.3s;
  }
  .scrolled-down #header,
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .site-name,
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .cart-count {
    top: -80px;
  }
  .top-navigation-bar {
    position: fixed;
    top: 0;
    width: 100%;
    /*z-index: 99;*/
    background: #fff;
    height: 60px;
    padding-top: 4px;
    transition: none;
    bottom: 10px;
    top: inherit;
    width: calc(100% - 30px);
    left: 15px;
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
  .top-navigation-bar .responsive-tools > a {
    width: 30px;
    height: 40px;
  }
  .top-navigation-bar .dropdown {
    left: initial;
    right: 205px;
    top: 15px;
  }
  .top-navigation-bar .dropdown button {
    color: #000;
    padding-right: 12px;
  }
  .top-navigation-bar .dropdown button .caret:before {
    font-size: 8px;
  }
  .top-navigation-bar .top-navigation-tools .socials {
    display: none;
  }
  .top-navigation-bar .responsive-tools {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    justify-content: flex-end;
    padding-right: 32px;
    flex-basis: 0;
    flex: 0;
    min-width: 130px;
    padding-right: 5px;
  }
  .top-navigation-bar .responsive-tools a[data-target="search"] {
    margin-right: 3px;
    margin-top: 1px;
    transform: scaleX(-1);
    visibility: visible;
    padding-right: 0;
    padding-left: 0;
    width: 60px;
    height: 60px;
    background: #FF6600;
    border-radius: 50px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 19px;
  }
  .top-navigation-bar .responsive-tools a[data-target="search"]:before {
    color: #fff;
    font-weight: 200;
    font-size: 20px;
    margin-top: 9px;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"] {
    position: fixed;
    top: 12px;
    left: 8px;
    width: 36px;
    height: 36px;
    color: #000;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: @orange;*/
    border-radius: 3px;
    left: 15px;
    transition: unset !important;
    top: inherit;
    bottom: 21px;
    left: 29px;
    border-radius: 20px;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"]:before {
    background: transparent;
    font-size: 18px;
    color: #000;
    /* background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/menu.svg?v2); */
    background-size: 24px;
    background-repeat: no-repeat;
    /* filter: invert(1); */
    background-position: center;
  }
  .top-navigation-bar .responsive-tools a[data-target="login"] {
    position: relative;
    display: block;
  }
  .top-navigation-bar .responsive-tools a[data-target="login"]::before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/user.svg?v3);
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 0;
    display: inline-block;
    transform: translateY(13px); /* ✅ Funguje téměř vždy */
  }


  html.scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-navigation-bar {
    top: unset !important;
  }
  body.sticky-mobile:not(.ordering-process):not(.paxio-merkur):not(.venus) .top-navigation-bar {
    top: unset !important;
    width: calc(100% - 30px) !important;
    border: none !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) !important;
  }
  html body.template-11.mobile-header-version-1:not(.paxio-merkur):not(.venus) #header .cart-count {
    top: unset !important;
    position: fixed !important;
  }
  .site-msg-show.type-index .overall-wrapper {
    padding-top: 85px;
  }
  .site-msg-show .overall-wrapper {
    padding-top: 110px;
  }
  body.site-msg-show:not(.fixed-menu-mobile) .top-navigation-bar {
    top: 36px;
  }
  body.site-msg-show:not(.fixed-menu-mobile) #header {
    top: 36px;
  }
  body.site-msg-show:not(.fixed-menu-mobile) #header .site-name {
    top: 46px !important;
  }
  body.site-msg-show:not(.fixed-menu-mobile) .top-navigation-bar .responsive-tools a[data-target="navigation"] {
    top: 48px;
  }
  body.site-msg-show:not(.fixed-menu-mobile).template-11.mobile-header-version-1:not(.paxio-merkur):not(.venus) #header .cart-count {
    top: 43px !important;
  }
  #smartsupp-widget-container > div {
    bottom: 12px !important;
    right: 17px !important;
    z-index: 9 !important;
  }
}
.benefitBanner {
  background: transparent;
  margin-top: 0;
  padding: 40px 0px 40px 0px;
  flex-wrap: wrap !important;
  justify-content: space-between;
  overflow: visible;
  position: relative;
  margin-bottom: 0;
  /*&:before {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: #F8F8F8;
    top: 0;
  }*/
}
@media only screen and (max-width: 992px) {
  .benefitBanner {
    justify-content: center;
  }
}
.benefitBanner.position--benefitCategory {
  display: none;
}
@media only screen and (max-width: 767px) {
  .benefitBanner {
    width: 100%;
    margin-top: 0;
    margin-left: 0px;
    margin-right: 0;
    flex-wrap: wrap !important;
    padding: 40px 15px 10px 15px;
    flex-direction: column;
    align-items: center;
    display: flex;
    margin-bottom: 0;
  }
}
.benefitBanner .benefitBanner__picture {
  flex: 0 0 65px;
  margin-right: 15px;
  justify-content: center;
}
.benefitBanner .benefitBanner__picture img {
  width: auto;
}
.benefitBanner .benefitBanner__item {
  margin: 15px 0;
  position: relative;
  overflow: visible;
  flex: initial !important;
  width: 25%;
  color: #000;
  padding-right: 23px;
  /*&:before {
      width: 1px;
      height: 26px;
      background: rgba(196, 196, 196, 0.5);
      content: '';
      position: absolute;
      left: -30px;
      top: 50%;
      transform: translateY(-50%);

      @media @desktop {
        display: none;
      }
    }*/
}
@media only screen and (max-width: 992px) {
  .benefitBanner .benefitBanner__item {
    width: auto;
    min-width: 40%;
    margin: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .benefitBanner .benefitBanner__item {
    width: auto;
    max-width: 100%;
    margin: 15px 0;
    margin-bottom: 15px;
    min-width: 285px;
    padding-bottom: 0px;
    padding-right: 0;
    /*&:after {
        width: 68px;
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        display: block;
      }*/
  }
  .benefitBanner .benefitBanner__item:last-child {
    margin-bottom: 0;
  }
  .benefitBanner .benefitBanner__item:last-child:after {
    display: none;
  }
}
.benefitBanner .benefitBanner__item:first-child:before {
  display: none;
}
.benefitBanner .benefitBanner__item .benefitBanner__title {
  font-size: 1.4em;
  color: #000;
  text-transform: none;
  letter-spacing: 1px;
  font-family: 'Bebas Neue', cursive;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .benefitBanner .benefitBanner__item .benefitBanner__title {
    font-size: 1.2em;
  }
}
.benefitBanner .benefitBanner__item .benefitBanner__data {
  font-size: 1em;
  color: #000;
  letter-spacing: 0;
  margin-top: 3px;
  font-weight: 300;
  font-family: 'Crimson Pro', serif;
  line-height: 1.2em;
}
.instagram-line {
  width: 100% !important;
  padding: 0 !important;
  display: flex;
  margin-bottom: -1px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .instagram-line {
    padding: 0 !important;
  }
}
.instagram-line h4 {
  margin: 0 0 30px 0;
  padding: 0;
  height: auto;
  font-size: 1em;
  color: #333;
  letter-spacing: 2px;
  padding-right: 20px;
  display: none;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 {
    text-align: center;
    padding: 0 15px;
    line-height: 1.5em;
  }
}
.instagram-line h4 span {
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 0;
}
.instagram-line h4 img {
  margin-right: 15px;
  background: #fff;
  position: relative;
  top: 8px;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 img {
    top: 0;
    margin-bottom: -9px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 span {
    font-size: 1.4em;
  }
}
.instagram-line h4:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4:before {
    display: block;
  }
}
.instagram-line .instagram-widget {
  width: 100%;
  max-width: inherit;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget {
    justify-content: flex-start;
  }
}
.instagram-line .instagram-widget > a {
  width: calc(20%);
  margin: 0;
  padding-bottom: 19%;
  height: auto;
  margin-bottom: 0 !important;
}
.instagram-line .instagram-widget > a:nth-child(n+11) {
  display: none;
}
@media only screen and (max-width: 480px) {
  .instagram-line .instagram-widget > a {
    width: calc(33.333%);
    padding-bottom: 33.33%;
  }
  .instagram-line .instagram-widget > a:nth-child(n+10) {
    display: none;
  }
}
.instagram-line .instagram-widget > a img {
  max-width: 100%;
  transition: 0.3s;
  object-fit: cover;
  min-height: 100%;
}
.instagram-line .instagram-widget > a:hover img {
  opacity: 0.7;
}
.instagram-line .instagram-widget .instagram-follow-btn {
  flex-basis: 100%;
  display: flex;
  margin-top: 12px;
  text-align: center !important;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  order: -1;
  display: none;
  color: #000;
}
@media only screen and (max-width: 480px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    margin-bottom: 10px;
  }
  .instagram-line .instagram-widget .instagram-follow-btn img {
    height: 55px;
  }
}
.instagram-line .instagram-widget .instagram-follow-btn > span {
  display: flex;
  position: relative;
  padding-left: 0px;
  align-items: center;
}
.instagram-line .instagram-widget .instagram-follow-btn > span:before {
  content: '\e909';
  position: relative;
  left: 0;
  top: 0;
  width: 24px;
  font-size: 16px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin-right: 10px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    width: 100%;
    max-width: 100%;
  }
}
.instagram-line .instagram-widget .instagram-follow-btn a {
  margin-bottom: 0;
  font-size: 1.3em;
  color: #000;
  width: 100% !important;
  max-width: 100% !important;
  background: transparent;
  color: #222 !important;
  text-transform: none;
  font-weight: 500;
}
.instagram-line .instagram-widget .instagram-follow-btn a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .instagram-line .instagram-widget .instagram-follow-btn a {
    font-size: 1.1em;
  }
}
.hp-ratings {
  margin-top: 0px;
  background: transparent;
  padding: 40px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .hp-ratings {
    padding-top: 30px;
  }
}
.hp-ratings a.button {
  background: transparent;
  border-radius: 0;
  font-weight: 300;
  position: relative;
  box-shadow: none;
  text-transform: none;
  font-size: 1.3em;
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 6px;
  margin-top: 20px;
  display: inline-block;
  height: auto;
  color: #000;
}
.hp-ratings a.button:hover {
  border-color: transparent;
  color: #000;
}
.hp-ratings h4.homepage-group-title,
.hp-ratings .h4.homepage-group-title {
  color: #fff;
  font-family: "Inter", sans-serif !important;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .hp-ratings h4.homepage-group-title,
  .hp-ratings .h4.homepage-group-title {
    font-size: 1.8em;
  }
}
.hp-ratings .slick-dots {
  display: none !important;
}
.hp-ratings .slick-arrow {
  position: absolute;
  top: -72px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 298px;
  content: "";
  background-color: transparent;
  outline: none;
  border: none;
  color: rgba(45, 50, 57, 0);
  width: 32px;
  height: 32px;
  border-radius: 0;
  overflow: hidden;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/arr-right2.svg?v4);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  filter: invert(1) brightness(2);
}
@media only screen and (max-width: 767px) {
  .hp-ratings .slick-arrow {
    margin-left: 135px;
    top: -85px;
  }
}
.hp-ratings .slick-arrow.slick-disabled {
  border-color: #ccc !important;
  opacity: 0.3;
}
.hp-ratings .slick-arrow:hover {
  background-color: rgba(196, 196, 196, 0.21);
  opacity: 1;
  border: none !important;
}
.hp-ratings.carousel + .browse-p {
  display: none !important;
}
.hp-ratings .slick-prev {
  left: 50%;
  transform: translateX(-50%);
  margin-left: -298px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/arr-left.svg?v3);
  background-size: 32px;
  filter: invert(1) brightness(2);
  /*@media @tablet-land {
      right: inherit;
      left: 0px;
      top: -25px;
    }*/
}
@media only screen and (max-width: 767px) {
  .hp-ratings .slick-prev {
    margin-left: -135px;
  }
}
.hp-ratings .slick-next {
  /*@media @tablet-land {
      right: 0;
      left: inherit;
      top: -33px;
    }*/
}
.hp-ratings .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
.hp-ratings .votes-wrap {
  max-width: 740px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .hp-ratings .votes-wrap {
    padding: 0;
  }
}
.hp-ratings .votes-wrap .vote-wrap {
  width: calc(50% - 40px);
  border: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  flex-direction: column;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  color: #000;
  text-align: center;
}
.hp-ratings .votes-wrap .vote-wrap:nth-child(n + 3) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hp-ratings .votes-wrap .vote-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .hp-ratings .votes-wrap .vote-wrap {
    flex-direction: column;
    align-items: center;
  }
  .hp-ratings .votes-wrap .vote-wrap:nth-child(n + 2) {
    display: none;
  }
}
.hp-ratings .votes-wrap .vote-wrap .vote-delimeter,
.hp-ratings .votes-wrap .vote-wrap .vote-time {
  display: none;
}
.hp-ratings .votes-wrap .vote-wrap .vote-pic {
  display: none;
}
@media only screen and (max-width: 480px) {
  .hp-ratings .votes-wrap .vote-wrap .vote-pic {
    padding-right: 0 !important;
    margin-bottom: 12px;
    min-width: 60px;
  }
}
.hp-ratings .votes-wrap .vote-wrap .vote-header {
  margin-bottom: 0;
}
.hp-ratings .votes-wrap .vote-wrap .stars {
  width: 101px;
  height: 30px;
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  .hp-ratings .votes-wrap .vote-wrap .stars {
    margin: 0 auto;
  }
}
.hp-ratings .votes-wrap .vote-wrap .stars .star {
  width: 20px;
  height: 15px;
}
.hp-ratings .votes-wrap .vote-wrap .stars .star:before {
  color: #000 !important;
  font-size: 12px;
  line-height: 30px;
}
.hp-ratings .votes-wrap .vote-wrap .vote-summary {
  margin-bottom: 10px;
  font-size: 14px;
}
.hp-ratings .votes-wrap .vote-wrap .vote-name {
  margin-bottom: 3px;
  font-weight: 300;
  font-size: 1.8em;
  color: #000;
  text-transform: none;
  margin-top: 20px;
}
.hp-ratings .votes-wrap .vote-wrap .vote-content {
  padding: 0 50px 0 50px;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1.5em;
  height: 100%;
  width: 100%;
  font-size: 1.2em;
  letter-spacing: 0.2px;
  font-weight: 300;
}
@media only screen and (max-width: 480px) {
  .hp-ratings .votes-wrap .vote-wrap .vote-content {
    text-align: center;
    padding: 0 20px 0 20px;
    font-size: 1.1em;
  }
}
.hp-ratings .votes-wrap .vote-wrap:last-child {
  margin-bottom: 15px;
}
.banner-wrapper.footer-banners {
  background: #FAFAFA;
  padding: 0;
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
  margin: 0;
  padding-top: 40px;
}
.banner-wrapper.footer-banners:before {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  background: #FAFAFA;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners {
    margin-bottom: 15px !important;
    width: 100%;
    left: 0;
    padding: 0 0 !important;
    transform: none;
    margin: 40px 0 !important;
    background: transparent;
  }
}
.banner-wrapper.footer-banners .slick-dots {
  display: none !important;
}
.banner-wrapper.footer-banners .footer-banner {
  flex: inherit;
  display: flex;
  padding: 0;
  align-items: center;
  width: 100%;
  justify-content: center;
  /*img {
      max-width: 110px;
      max-height: 60px;
      width: auto;
      height: auto;
    }

    > img {
      height: auto;
      width: auto;
      max-width: 180px;
    }*/
}
.banner-wrapper.footer-banners .footer-banner img {
  opacity: 1 !important;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners .footer-banner {
    width: 100% !important;
    background: #FAFAFA;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.banner-wrapper.footer-banners .footer-banner > a {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.banner-wrapper.footer-banners .footer-banner > a img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners .footer-banner > a {
    display: flex;
    flex-direction: column;
  }
  .banner-wrapper.footer-banners .footer-banner > a img {
    max-width: 1150px;
    width: 100%;
    left: 80px;
    object-fit: cover;
    height: auto;
    margin: 0;
  }
}
.banner-wrapper.footer-banners .footer-banner .extended-banner-texts {
  color: #000;
  left: 0;
  border-radius: 0;
  padding: 60px 45px 60px 0 !important;
  bottom: initial;
  background: transparent;
  border-radius: 20px;
  text-align: left;
  width: 50%;
  position: relative;
  order: -1;
}
@media (max-width: 1500px) {
  .banner-wrapper.footer-banners .footer-banner .extended-banner-texts {
    right: 50px;
  }
}
@media (max-width: 1320px) {
  .banner-wrapper.footer-banners .footer-banner .extended-banner-texts {
    right: 30px;
    padding: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners .footer-banner .extended-banner-texts {
    height: auto;
    width: auto;
    position: relative;
    transform: none;
    text-align: left;
    margin-top: 0;
    align-items: flex-start;
    left: 0px;
    border-radius: 0;
    box-shadow: none;
    right: 0px;
    width: 100%;
    max-width: 100%;
    padding: 30px 35px 35px 35px !important;
  }
}
.banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-text,
.banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
  color: #000;
  background: transparent;
  border: none;
  box-shadow: none;
}
.banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
  font-weight: 300 !important;
  font-size: 3.5em;
  margin-bottom: 15px;
  display: block;
  text-align: left;
  color: #383C43;
  position: relative;
  box-shadow: none;
  max-width: 400px;
  line-height: 1.05em;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
    font-size: 2.3em;
  }
}
.banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-text {
  font-size: 2.7em;
  line-height: 1.8em;
  margin-bottom: 0px;
  text-transform: none;
  font-weight: 400 !important;
  color: #000;
  max-width: 260px;
  position: relative;
  box-shadow: none;
  display: block;
  padding: 0;
  line-height: 1;
  margin-top: 24px;
  /*&:first-line {
          font-weight: 700;
        }*/
}
.banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-text strong {
  text-transform: uppercase;
  font-weight: 400 !important;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-text {
    margin-bottom: 0;
    text-align: left;
  }
}
.banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-link {
  background: transparent;
  border-radius: 0;
  font-weight: 300;
  position: relative;
  text-transform: none;
  font-size: 1.3em;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 6px;
  margin-top: 20px;
  display: inline-block;
  height: auto;
}
.banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-link:hover {
  background: transparent;
  border-color: transparent;
}
.banner-wrapper.footer-banners .footer-banner a img {
  transition: 0.3s;
}
.banner-wrapper.footer-banners .footer-banner a:hover img {
  opacity: 1;
}
.banner-wrapper.footer-banners .slick-list {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1500px) {
  .banner-wrapper.footer-banners .slick-list {
    max-width: 1440px;
  }
}
.banner-wrapper.footer-banners .slick-list a {
  text-align: center;
  display: block;
}
.banner-wrapper.footer-banners .slick-list a img {
  filter: grayscale(100%);
  display: inline;
  transition: 0.3s;
}
.banner-wrapper.footer-banners .slick-list a:hover img {
  filter: none;
  transform: none;
}
@media only screen and (max-width: 1200px) {
  .banner-wrapper.footer-banners .slick-list a {
    padding: 10px 20px;
  }
}
.type-detail .detail-parameters .custom-variants-list select {
  display: none;
}

.type-detail .detail-parameters .custom-variants-list .custom-variants {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.type-detail .detail-parameters .custom-variants-list .custom-variants .variant {
  width: 75px;
  height: 55px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  color: #000;
  cursor: pointer;
  font-weight: 350;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: none; /* odstraněn */
}

@media only screen and (max-width: 767px) {
  .type-detail .detail-parameters .custom-variants-list .custom-variants .variant {
    width: 60px;
    height: 45px;
    font-size: 1em;
  }
}

.type-detail .detail-parameters .custom-variants-list .custom-variants .variant[data-index="0"] {
  display: none;
}

.type-detail .detail-parameters .custom-variants-list .custom-variants .variant:hover {
  background-color: #f2f2f2; /* decentní hover bez shadow/zoom */
  box-shadow: none;
  transform: none;
}

.type-detail .detail-parameters .custom-variants-list .custom-variants .variant.active {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  font-weight: 500; /* ⬅️ Zvýrazněný řez písma */
  box-shadow: none;
  transform: none;
}


@media only screen and (max-width: 767px) {
  .top-navigation-bar .languagesMenu {
      display: flex
  ;
      z-index: 9999;
      color: #000;
      position: relative;
      width: auto;
      padding-left: 6px;
      padding-top: 0px;
      height: auto;
      position: absolute;
      right: 18px;
      top: -2px;
  /*@media @tablet-land {
      right: 102px;
    }*/
  /*@media @tablet-port {
      top: 0;
      right: 0;
      position: relative;
      order: -1;
      margin-right: 15px;
    }*/
  /*@media @desktop {
      right: 180px;
    }*/
    }
}
@media only screen and (min-width: 767px) {
  .top-navigation-bar .languagesMenu {
    display: flex
;
    z-index: 9999;
    color: #000;
    position: relative;
    width: auto;
    padding-left: 6px;
    padding-top: 0px;
    height: auto;
    position: absolute;
    right: 18px;
    top: -2px;
   } 
}

@media only screen and (max-width: 1200px) {
  .top-navigation-bar .languagesMenu {
    right: 20px;
  }
}
.top-navigation-bar .languagesMenu.moved {
  right: 200px;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .languagesMenu.moved {
    right: 155px !important;
  }
}
.top-navigation-bar .languagesMenu .shp-flag {
  width: 20px;
  height: 20px;
}
.top-navigation-bar .languagesMenu #topNavigationDropdown {
  height: 30px;
  background: transparent;
  border: none;
  padding: 0;
  padding-top: 3px;
  color: #fff;
  display: flex;
  position: absolute;
  right: 10px;
  /*.caret {
        &:before {
          display: inline-block;
          speak: none;
          vertical-align: middle;
          font-family: 'shoptet' !important;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          line-height: 0;
          text-transform: none;
          color: #000;
          margin-left: 8px;
          font-size: 10px;
          text-decoration: none;
          content: '\e90e';

          @media @tablet-port {
            font-size: 8px;
            margin-left: 4px;
          }
        }
      }*/
}
.top-navigation-bar .languagesMenu #topNavigationDropdown:focus {
  outline: none;
  border: none;
}
.top-navigation-bar .languagesMenu #topNavigationDropdown > svg.shp-flag {
  width: 21px;
  height: 22px;
  margin-top: -3px;
  border-radius: 0px;
  overflow: hidden;
}
.top-navigation-bar .languagesMenu #topNavigationDropdown .caret {
  content: '';
  width: 12px;
  height: 9px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/woodkingdom/img/arr-down-w.svg);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  margin-right: -4px;
  filter: invert(1);
  display: none;
}
.top-navigation-bar .languagesMenu .languagesMenu__content {
  display: none;
  position: absolute;
  -ms-flex-direction: column;
  background: transparent;
  padding: 0;
  top: 20px;
  border: 1px solid #3b3b3b;
  /*min-width: 140px;*/
  flex: 1;
  width: min-content;
  right: -53px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
  display: flex;
  position: relative;
  right: 0;
  top: 0;
  margin-top: 0;
  border: none;
}
.top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__box {
  border-right: 1px solid #f2f2f2;
  width: 100%;
  border: none;
}
.top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__box .languagesMenu__list {
  display: none;
}
.top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__box:hover .languagesMenu__list {
  display: flex;
}
.top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__box[data-target="currency"] .languagesMenu__header {
  position: relative;
}
.top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__list.languagesMenu__list--language li:first-child {
  display: none;
}
.top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__header {
  padding: 0px 9px;
  font-weight: 600;
  background: #f2f2f2;
  text-align: center;
  font-size: 0.9em;
  border-bottom: none;
  border-bottom: 1px solid #e7e7e7;
  display: block;
  width: 100%;
  color: #000 !important;
  background: transparent;
  font-size: 1em;
  font-weight: 400;
  border: none;
  position: relative;
}
.top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__header.languagesMenu__header--name {
  display: none;
}
.top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__header:after {
  width: 8px;
  height: 8px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/arrow-down.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  content: '';
  background-position: left center;
  position: absolute;
  right: 1px;
  top: 11px;
  display: inline-block !important;
}
.top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__header[data-toggle="dropdown"] .caret {
  display: none;
}
.top-navigation-bar .languagesMenu .languagesMenu__content .languagesMenu__box[data-target="language"] .languagesMenu__header.languagesMenu__header--actual {
  font-size: 0;
  padding-right: 35px;
}
.top-navigation-bar .languagesMenu .languagesMenu__content ul {
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  flex-direction: column;
  width: auto;
  min-width: initial;
  list-style: none;
  border-radius: 0 0 6px 5px;
  overflow: hidden;
}
.top-navigation-bar .languagesMenu .languagesMenu__content ul li a {
  padding: 4px 10px;
  border-bottom: 1px solid #f2f2f2;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  color: #000;
  justify-content: center;
  height: 30px;
  align-items: center;
}
.top-navigation-bar .languagesMenu .languagesMenu__content ul li a:before {
  display: none;
}
.top-navigation-bar .languagesMenu .languagesMenu__content ul li a span {
  display: none;
}
.top-navigation-bar .languagesMenu .languagesMenu__content ul li a img,
.top-navigation-bar .languagesMenu .languagesMenu__content ul li a svg {
  margin-right: 0;
}
.top-navigation-bar .languagesMenu .languagesMenu__content ul li a:hover {
  background: #f2f2f2;
}
.top-navigation-bar .languagesMenu:hover .languagesMenu__content {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .top-navigation-bar .languagesMenu {
    top: 10px;
    right: 162px;
    display: none;
  }
  .top-navigation-bar .languagesMenu .caret {
    color: #fff;
    background-size: 10px !important;
    margin-left: -2px;
  }
  .top-navigation-bar .languagesMenu .shp-flag {
    width: 18px !important;
    height: 18px !important;
  }
  .top-navigation-bar .languagesMenu.open .languagesMenu__content {
    position: absolute;
    z-index: 99999;
    top: 30px;
    width: 150px;
    bottom: inherit;
    border: 1px solid #ccc;
    justify-content: center;
    padding: 12px;
    padding: 0;
  }
  .top-navigation-bar .languagesMenu.open .languagesMenu__box {
    margin-bottom: 0;
  }
  .top-navigation-bar .languagesMenu.open .languagesMenu__box a {
    color: #141414;
  }
}
@font-face {
  font-family: Neuzeit-light;
  src: url(fonts/neuzeit-light.otf);
}
@font-face {
  font-family: Neuzeit-black;
  src: url(fonts/neuzeit-black.otf);
}
@font-face {
  font-family: Neuzeit-regular;
  src: url(fonts/neuzeit-regular.otf);
}
@font-face {
  font-family: Neuzeit-book;
  src: url(fonts/neuzeit-book.ttf);
}
@font-face {
  font-family: Neuzeit-cond;
  src: url(fonts/neuzeit-cond.ttf);
}
@font-face {
  font-family: Blaak-bold;
  src: url(fonts/blaak-bold.ttf);
}
@font-face {
  font-family: Blaak-bold2;
  src: url(fonts/blaak-bold2.ttf);
}
@font-face {
  font-family: Blaak-bold3;
  src: url(fonts/blaak-bold3.ttf);
}
@font-face {
  font-family: Blaak4;
  src: url(fonts/blaak4.ttf);
}
@font-face {
  font-family: Blaak5;
  src: url(fonts/blaak5.ttf);
}
@font-face {
  font-family: Blaak6;
  src: url(fonts/blaak6.otf);
}
body,
.external-fonts-loaded .vote-name,
.blank-mode .vote-name {
  font-family: 'Roboto Condensed', sans-serif !important;
}
.external-fonts-loaded ol.cart-header,
.external-fonts-loaded .next-step,
.external-fonts-loaded .price-wrapper,
.external-fonts-loaded .price-additional,
.external-fonts-loaded .price-measure,
.external-fonts-loaded .price-final,
.external-fonts-loaded .price-save,
.external-fonts-loaded .price-standard,
.external-fonts-loaded .btn,
.external-fonts-loaded .products .name,
.external-fonts-loaded h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6,
.external-fonts-loaded .cart-table .main-link,
.external-fonts-loaded .cart-related-name,
.blank-mode h1,
.blank-mode h2,
.blank-mode h3,
.blank-mode h4,
.blank-mode h5,
.blank-mode h6,
.blank-mode .h1,
.blank-mode .h2,
.blank-mode .h3,
.blank-mode .h4,
.blank-mode .h5,
.blank-mode .h6,
.blank-mode .cart-table .main-link,
.blank-mode .cart-related-name {
  font-family: 'Roboto Condensed', sans-serif !important;
}
.external-fonts-loaded h4.homepage-group-title,
.external-fonts-loaded .h4.homepage-group-title,
.external-fonts-loaded .category-title,
.external-fonts-loaded .type-detail h2.products-related-header,
.external-fonts-loaded .type-page h1 {
  font-family: 'Roboto Condensed', sans-serif !important;
}
body {
  background: #F5F5F5;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
body.type-index {
  background: #fff;
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px !important;
  }
  .row {
    margin: 0 -15px;
  }
}
.sidebar {
  background-color: transparent;
  width: 312px;
  margin-right: 60px;
}
@media only screen and (max-width: 1200px) {
  .sidebar {
    width: 250px;
  }
}
.sidebar .sidebar-inner {
  padding: 24px 24px 10px 24px;
  background: #F9F9F9;
  border: 1px solid rgba(22, 22, 22, 0.08);
  box-sizing: border-box;
  border-radius: 8px;
}
.sidebar .box-filters {
  padding: 0 !important;
}
.overall-wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1280px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .popup-widget.cart-widget {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  /*.admin-logged .popup-widget.cart-widget {
    top: 90px;
  }

  .admin-logged .popup-widget.login-widget {
    top: 70px;
  }*/
  .popup-widget.cart-widget {
    top: 70px;
  }
  .popup-widget.login-widget {
    top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .popup-widget {
    top: 119px !important;
    margin-top: 0 !important;
  }
}
.ordering-process #content {
  margin-top: 0px;
}
.ordering-process .podpis {
  display: none;
}
.ordering-process #header .site-name {
  display: block;
}
.site-msg-custom.step-1 td {
  padding-top: 15px;
}
.type-index .benefitBanner {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .type-index .products-block {
    padding-bottom: 25px !important;
  }
}
.type-index .latest-contribution-wrapper {
  margin-top: 15px;
  display: none;
}
.type-index .latest-contribution-box {
  display: block;
}
.type-index .latest-contribution-box .latest-contribution-discussion {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating {
  display: flex;
  flex-wrap: wrap;
}
.type-index .latest-contribution-box .latest-contribution-rating h2 {
  width: 100%;
  margin-top: 20px !important;
  text-align: center;
  font-size: 3em !important;
  font-family: 'Crimson Text', serif;
  color: black;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .type-index .latest-contribution-box .latest-contribution-rating h2 {
    font-size: 2em !important;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating > a {
  width: 33.33%;
}
@media only screen and (max-width: 992px) {
  .type-index .latest-contribution-box .latest-contribution-rating > a {
    width: 100%;
    margin-top: 20px;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating > a:nth-child(n + 5) {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info {
  color: #000;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info .latest-contribution-author,
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info .latest-contribution-author + i {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-info .latest-contribution-date {
  font-size: 0.9em;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-description {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-product {
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 11px;
  margin-top: 8px;
  color: #000;
}
.type-index .latest-contribution-box .latest-contribution-rating > a .latest-contribution-product:hover {
  color: #313130;
}
.type-index .homepage-box.welcome-wrapper {
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
  /*.container {
      max-width: 100%;
      width: 100%;
    }*/
}
@media only screen and (max-width: 767px) {
  .type-index .homepage-box.welcome-wrapper {
    margin-bottom: 0;
    margin-top: 30px !important;
  }
}
.type-index .homepage-box.welcome-wrapper .welcome > div {
  max-width: 100%;
}
.type-index .homepage-box.welcome-wrapper .welcome {
  padding: 100px 0 50px 0;
}
@media (max-width: 1500px) {
  .type-index .homepage-box.welcome-wrapper .welcome {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .type-index .homepage-box.welcome-wrapper .welcome {
    padding-top: 20px;
  }
}
.type-index .homepage-box.welcome-wrapper .welcome img {
  max-width: 60%;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .type-index .homepage-box.welcome-wrapper .welcome img {
    max-width: 100%;
  }
}
.type-index .homepage-box.welcome-wrapper .welcome div {
  max-width: initial;
}
.type-index .homepage-box.welcome-wrapper .welcome h1 {
  font-size: 3.5em;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .type-index .homepage-box.welcome-wrapper .welcome h1 {
    font-size: 2.5em;
  }
}
.type-index .homepage-box.welcome-wrapper .welcome p {
  margin: 0 auto 20px auto;
  max-width: 800px;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 300;
}
.type-index .homepage-box.welcome-wrapper .row {
  max-width: 100% !important;
  position: relative;
  align-items: stretch;
  display: flex;
}
@media (max-width: 1500px) {
  .type-index .homepage-box.welcome-wrapper .row {
    align-items: center;
  }
}
@media only screen and (max-width: 1200px) {
  .type-index .homepage-box.welcome-wrapper .row {
    flex-direction: column;
  }
}
.type-index .homepage-box.welcome-wrapper .row > div {
  padding: 0 !important;
}
@media only screen and (max-width: 1200px) {
  .type-index .homepage-box.welcome-wrapper .row > div {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .type-index .homepage-box.welcome-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}
.type-index .homepage-box.welcome-wrapper .welcome-float-box {
  padding: 50px;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -70px;
  top: inherit;
  left: -200px;
  z-index: 2;
  background: #fff;
  max-width: 680px !important;
}
@media (max-width: 1500px) {
  .type-index .homepage-box.welcome-wrapper .welcome-float-box {
    left: 40%;
    position: relative;
    top: 50%;
    transform: translateX(-50%);
    bottom: inherit;
    padding: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .type-index .homepage-box.welcome-wrapper .welcome-float-box {
    max-width: 100% !important;
    text-align: center;
    padding: 35px;
    top: 0;
    transform: none;
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  .type-index .homepage-box.welcome-wrapper .welcome-float-box {
    padding: 17px;
    margin-bottom: 20px;
  }
}
.type-index .homepage-box.welcome-wrapper .welcome-float-box h1 {
  font-size: 3.5em;
  text-transform: none;
  color: #262A36;
  margin-bottom: 35px;
  font-family: 'Roboto Condensed', sans-serif !important;
}
@media (max-width: 1500px) {
  .type-index .homepage-box.welcome-wrapper .welcome-float-box h1 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 1200px) {
  .type-index .homepage-box.welcome-wrapper .welcome-float-box h1 {
    font-size: 2em;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .type-index .homepage-box.welcome-wrapper .welcome-float-box h1 {
    font-size: 1.6em;
  }
}
.type-index .homepage-box.welcome-wrapper .welcome-float-box p {
  font-size: 1.15em;
  color: #262A36;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  .type-index .homepage-box.welcome-wrapper .welcome-float-box p {
    font-size: 0.9em;
  }
}
.type-index .homepage-box.welcome-wrapper .welcome-float-box .button {
  padding: 10px 30px 10px 30px;
  background: transparent;
  border: none;
  color: #fff;
  background: #C09544;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-top: 20px;
  transition: 0.3s;
  border-radius: 0;
  font-size: 1.2em;
  display: inline-block;
  /*&:after {
          width: 16px;
          height: 16px;
          position: relative;
          content: '';
          display: inline-block;
          top: 3px;
          margin-left: 3px;
          background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/arr-right.svg);
          background-size: 18px;
          background-repeat: no-repeat;
          background-position: center;
          transition: @transition;
        }*/
}
.type-index .homepage-box.welcome-wrapper .welcome-float-box .button:hover {
  background: #a9803f;
  color: #fff;
  /*&:after {
            filter: invert(1);
          }*/
}
@media only screen and (max-width: 1200px) {
  .type-index .homepage-box.welcome-wrapper .welcome-float-box {
    left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .type-index .homepage-box.welcome-wrapper .row > div {
    width: 100%;
  }
}
.type-index .homepage-box.welcome-wrapper .col-md-7 img {
  width: 100%;
  height: auto;
}
.page-head {
  position: relative;
  margin-top: -120px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-head {
    display: none;
  }
}
.page-head .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.page-head .container h1 {
  color: #313130;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/banner-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 75px 45px 70px 75px;
  min-height: 210px;
  margin-left: -50px;
  font-size: 2.5em;
}
@media only screen and (max-width: 1200px) {
  .page-head .container h1 {
    margin-left: 0;
  }
}
.page-head .bg-image {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.page-head .bg-image img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  margin-top: 50px;
  transform: translate(-50%, -50%);
  top: 50%;
}
@media only screen and (max-width: 1200px) {
  .page-head .bg-image img {
    object-fit: cover;
    margin-top: 0;
  }
}
.type-detail .page-head .bg-image,
.ordering-process .page-head .bg-image {
  height: 128px;
}
.type-detail .page-head .bg-image img,
.ordering-process .page-head .bg-image img {
  transform: translateX(-50%);
  margin-top: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .fixed-menu-mobile .top-navigation-bar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  /*body {
    padding-top: 10px;
  }*/
  .popup-widget {
    top: 0px !important;
    padding-top: 0 !important;
    bottom: 81px;
    z-index: 99;
  }
  .banners-row .banner-wrapper {
    text-align: center;
  }
}
.client-center-box {
  padding-bottom: 20px !important;
}
@media (max-width: 380px) {
  /*.top-navigation-bar {
    .dropdown {
      font-size: 0.9em;
      right: 167px;
    }

    .responsive-tools {
      padding-right: 83px;

      a {
        width: 35px;
      }
    }
  }*/
  #header .site-name {
    /*left: 11px;*/
    /* img {
       max-height: 20px !important;
       top: 7px;
       position: relative;
       left: -2px;
     }*/
  }
}
@media (min-width: 1200px) {
  /*.popup-widget.cart-widget {
    margin-left: 140px;
  }*/
}
@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 294px;
  }
  .popup-widget.login-widget {
    margin-left: -20px !important;
  }
}
@media (min-width: 992px) {
  .popup-widget.login-widget {
    margin-top: 20px;
    top: 75px;
    right: 50px;
    left: inherit;
  }
  .popup-widget.cart-widget {
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popup-widget.login-widget {
    right: 72px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) and (max-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 176px;
  }
}
.user-action .container {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .top-navigation-bar .top-navigation-menu {
    flex: 1 1 25% !important;
  }
  #header .navigation-buttons .socials {
    margin-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popup-widget.cart-widget {
    margin-top: 15px;
    margin-left: 148px;
    right: -1px;
    left: initial;
  }
  #header .search {
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .search {
    max-width: 240px;
  }
  #header .header-top {
    justify-content: space-between;
  }
}
.categories-banners-line {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 -12px;
}
@media only screen and (max-width: 767px) {
  .categories-banners-line {
    flex-wrap: wrap;
  }
}
.categories-banners-line .banner-wrapper {
  margin: 0 12px;
}
@media only screen and (max-width: 767px) {
  .categories-banners-line .banner-wrapper {
    width: 100%;
    margin-bottom: 35px;
  }
  .categories-banners-line .banner-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .categories-banners-line .banner-wrapper .category-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.categories-banners-line .banner-wrapper .category-banner .links {
  display: flex;
  flex-wrap: wrap;
  max-width: 390px;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 1.8em;
  padding: 0;
  margin: 20px auto 0 auto;
}
.categories-banners-line .banner-wrapper .category-banner .links:nth-line(n + 1) li:first-child::marker {
  display: none;
  visibility: hidden;
  color: transparent;
}
.categories-banners-line .banner-wrapper .category-banner .links a {
  margin: 0 13px;
  color: #141414;
  text-decoration: underline;
  /*&:first-of-type {
            &::marker {
              display: none;
              visibility: hidden;
              color: transparent;
            }
          }*/
}
.categories-banners-line .banner-wrapper .category-banner .links a:before {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #141414;
  position: absolute;
  left: -16px;
  top: 10px;
  content: '';
  transform: scale(0.8);
}
.categories-banners-line .banner-wrapper .category-banner .links a:hover {
  color: #313130;
}
.categories-banners-line .banner-wrapper .category-banner .img-box {
  position: relative;
}
.categories-banners-line .banner-wrapper .category-banner .img-box:after {
  position: absolute;
  border: 1px solid #fff;
  content: '';
  left: 8px;
  top: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}
.categories-banners-line .banner-wrapper .category-banner .img-box span {
  position: absolute;
  left: 35px;
  bottom: 25px;
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.categories-banners-line .banner-wrapper .category-banner .img-box span:after {
  position: relative;
  width: 22px;
  content: '';
  display: inline-block;
  margin-left: 6px;
  height: 12px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/arrow-right-long-w.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2px;
}
.logos-banner {
  padding: 30px 0 10px 0;
}
.logos-banner .logos-banner-inner {
  padding: 0 30px;
}
.logos-banner .logos-banner-inner a img {
  transition: 0.3s;
}
.logos-banner .logos-banner-inner a:hover img {
  opacity: 0.4;
}
.logos-banner .logos-banner-inner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  content: "";
  background-color: transparent;
  outline: none;
  border: 1px solid transparent;
  color: rgba(45, 50, 57, 0);
  width: 25px;
  height: 25px;
  border-radius: 3px;
  overflow: hidden;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/arrow-right-b.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.logos-banner .logos-banner-inner .slick-arrow.slick-disabled {
  border-color: #ccc !important;
  opacity: 0.3;
}
.logos-banner .logos-banner-inner .slick-prev {
  left: 0px;
  transform: translateY(-50%) rotate(-180deg);
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/arrow-right-b.svg);
}
.logos-banner .logos-banner-inner .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
.homepage-box {
  background: transparent !important;
  border: none !important;
  margin: 0;
}
.homepage-box.before-carousel {
  overflow: visible;
  margin-top: 68px;
}
.homepage-box.before-carousel .container {
  /*max-width: 100%;
    width: 100%;*/
  padding: 0 !important;
}
.next-to-carousel-banners > .banner-wrapper > .small-banner {
  display: none;
}
.homepage-box.before-carousel .container {
  padding-bottom: 30px;
  position: relative;
  /* &:before {
     width: 100%;
     height: calc(~'100% - 450px');
     position: absolute;
     left: 0;
     bottom: 0;
     content: '';
     background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/adonio/img/banners-bg.png) no-repeat center;
     background-size: cover;
     background-position: center bottom;

     @media (max-width: 1730px) {
       height: calc(~'100% - 300px');
     }
   }*/
}
@media only screen and (max-width: 767px) {
  #carousel,
  .middle-banners-wrapper,
  .type-category,
  .body-banners {
    margin-bottom: 0;
    border-radius: 10px;
  }
}
#carousel .carousel-control:before,
.middle-banners-wrapper .carousel-control:before,
.type-category .carousel-control:before,
.body-banners .carousel-control:before {
  background-color: rgba(255, 255, 255, 0.6);
  content: '' !important;
}
#carousel .carousel-control.right:before,
.middle-banners-wrapper .carousel-control.right:before,
.type-category .carousel-control.right:before,
.body-banners .carousel-control.right:before {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/arr-right.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.6);
}
#carousel .carousel-control.right:hover:before,
.middle-banners-wrapper .carousel-control.right:hover:before,
.type-category .carousel-control.right:hover:before,
.body-banners .carousel-control.right:hover:before {
  background-color: #fff;
}
#carousel .carousel-control.left:before,
.middle-banners-wrapper .carousel-control.left:before,
.type-category .carousel-control.left:before,
.body-banners .carousel-control.left:before {
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/arr-left.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.6);
}
#carousel .carousel-control.left:hover:before,
.middle-banners-wrapper .carousel-control.left:hover:before,
.type-category .carousel-control.left:hover:before,
.body-banners .carousel-control.left:hover:before {
  background-color: #fff;
}
#carousel .item,
.middle-banners-wrapper .item,
.type-category .item,
.body-banners .item,
#carousel .banner-wrapper,
.middle-banners-wrapper .banner-wrapper,
.type-category .banner-wrapper,
.body-banners .banner-wrapper,
#carousel .banner-category,
.middle-banners-wrapper .banner-category,
.type-category .banner-category,
.body-banners .banner-category {
  /*> a {
      width: 100%;

      img {
        width: 100%;
      }
    }*/
}
#carousel .item > a,
.middle-banners-wrapper .item > a,
.type-category .item > a,
.body-banners .item > a,
#carousel .banner-wrapper > a,
.middle-banners-wrapper .banner-wrapper > a,
.type-category .banner-wrapper > a,
.body-banners .banner-wrapper > a,
#carousel .banner-category > a,
.middle-banners-wrapper .banner-category > a,
.type-category .banner-category > a,
.body-banners .banner-category > a {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #carousel .item > a,
  .middle-banners-wrapper .item > a,
  .type-category .item > a,
  .body-banners .item > a,
  #carousel .banner-wrapper > a,
  .middle-banners-wrapper .banner-wrapper > a,
  .type-category .banner-wrapper > a,
  .body-banners .banner-wrapper > a,
  #carousel .banner-category > a,
  .middle-banners-wrapper .banner-category > a,
  .type-category .banner-category > a,
  .body-banners .banner-category > a {
    align-items: center;
  }
}
#carousel .item > img,
.middle-banners-wrapper .item > img,
.type-category .item > img,
.body-banners .item > img,
#carousel .banner-wrapper > img,
.middle-banners-wrapper .banner-wrapper > img,
.type-category .banner-wrapper > img,
.body-banners .banner-wrapper > img,
#carousel .banner-category > img,
.middle-banners-wrapper .banner-category > img,
.type-category .banner-category > img,
.body-banners .banner-category > img,
#carousel .item > a > img,
.middle-banners-wrapper .item > a > img,
.type-category .item > a > img,
.body-banners .item > a > img,
#carousel .banner-wrapper > a > img,
.middle-banners-wrapper .banner-wrapper > a > img,
.type-category .banner-wrapper > a > img,
.body-banners .banner-wrapper > a > img,
#carousel .banner-category > a > img,
.middle-banners-wrapper .banner-category > a > img,
.type-category .banner-category > a > img,
.body-banners .banner-category > a > img {
  width: 100% !important;
  height: auto;
  float: right;
}
@media only screen and (max-width: 767px) {
  #carousel .item > img,
  .middle-banners-wrapper .item > img,
  .type-category .item > img,
  .body-banners .item > img,
  #carousel .banner-wrapper > img,
  .middle-banners-wrapper .banner-wrapper > img,
  .type-category .banner-wrapper > img,
  .body-banners .banner-wrapper > img,
  #carousel .banner-category > img,
  .middle-banners-wrapper .banner-category > img,
  .type-category .banner-category > img,
  .body-banners .banner-category > img,
  #carousel .item > a > img,
  .middle-banners-wrapper .item > a > img,
  .type-category .item > a > img,
  .body-banners .item > a > img,
  #carousel .banner-wrapper > a > img,
  .middle-banners-wrapper .banner-wrapper > a > img,
  .type-category .banner-wrapper > a > img,
  .body-banners .banner-wrapper > a > img,
  #carousel .banner-category > a > img,
  .middle-banners-wrapper .banner-category > a > img,
  .type-category .banner-category > a > img,
  .body-banners .banner-category > a > img {
    object-fit: cover;
  }
}
#carousel .item .extended-banner-texts,
.middle-banners-wrapper .item .extended-banner-texts,
.type-category .item .extended-banner-texts,
.body-banners .item .extended-banner-texts,
#carousel .banner-wrapper .extended-banner-texts,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts,
.type-category .banner-wrapper .extended-banner-texts,
.body-banners .banner-wrapper .extended-banner-texts,
#carousel .banner-category .extended-banner-texts,
.middle-banners-wrapper .banner-category .extended-banner-texts,
.type-category .banner-category .extended-banner-texts,
.body-banners .banner-category .extended-banner-texts {
  /*left: calc(~'50% - 640px');*/
  left: 0;
  width: max-content;
  height: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  bottom: inherit;
  text-align: left;
  text-shadow: none;
  border-radius: 0;
  background: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 45px 50px;
  box-shadow: none;
  width: 100%;
  left: calc(50% - 640px) !important;
}
@media (max-width: 1440px) {
  #carousel .item .extended-banner-texts,
  .middle-banners-wrapper .item .extended-banner-texts,
  .type-category .item .extended-banner-texts,
  .body-banners .item .extended-banner-texts,
  #carousel .banner-wrapper .extended-banner-texts,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts,
  .type-category .banner-wrapper .extended-banner-texts,
  .body-banners .banner-wrapper .extended-banner-texts,
  #carousel .banner-category .extended-banner-texts,
  .middle-banners-wrapper .banner-category .extended-banner-texts,
  .type-category .banner-category .extended-banner-texts,
  .body-banners .banner-category .extended-banner-texts {
    left: calc(50% - 590px) !important;
  }
}
@media (max-width: 1300px) {
  #carousel .item .extended-banner-texts,
  .middle-banners-wrapper .item .extended-banner-texts,
  .type-category .item .extended-banner-texts,
  .body-banners .item .extended-banner-texts,
  #carousel .banner-wrapper .extended-banner-texts,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts,
  .type-category .banner-wrapper .extended-banner-texts,
  .body-banners .banner-wrapper .extended-banner-texts,
  #carousel .banner-category .extended-banner-texts,
  .middle-banners-wrapper .banner-category .extended-banner-texts,
  .type-category .banner-category .extended-banner-texts,
  .body-banners .banner-category .extended-banner-texts {
    left: 40px !important;
  }
}
#carousel .item .extended-banner-texts.empty,
.middle-banners-wrapper .item .extended-banner-texts.empty,
.type-category .item .extended-banner-texts.empty,
.body-banners .item .extended-banner-texts.empty,
#carousel .banner-wrapper .extended-banner-texts.empty,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts.empty,
.type-category .banner-wrapper .extended-banner-texts.empty,
.body-banners .banner-wrapper .extended-banner-texts.empty,
#carousel .banner-category .extended-banner-texts.empty,
.middle-banners-wrapper .banner-category .extended-banner-texts.empty,
.type-category .banner-category .extended-banner-texts.empty,
.body-banners .banner-category .extended-banner-texts.empty {
  display: none;
}
@media only screen and (max-width: 767px) {
  #carousel .item .extended-banner-texts,
  .middle-banners-wrapper .item .extended-banner-texts,
  .type-category .item .extended-banner-texts,
  .body-banners .item .extended-banner-texts,
  #carousel .banner-wrapper .extended-banner-texts,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts,
  .type-category .banner-wrapper .extended-banner-texts,
  .body-banners .banner-wrapper .extended-banner-texts,
  #carousel .banner-category .extended-banner-texts,
  .middle-banners-wrapper .banner-category .extended-banner-texts,
  .type-category .banner-category .extended-banner-texts,
  .body-banners .banner-category .extended-banner-texts {
    padding: 20px;
    left: 20px !important;
    max-width: calc(100% - 40px) !important;
    background: rgba(255, 255, 255, 0.8);
    bottom: 20px;
    top: initial;
    transform: none;
  }
}
#carousel .item .extended-banner-texts .extended-banner-title,
.middle-banners-wrapper .item .extended-banner-texts .extended-banner-title,
.type-category .item .extended-banner-texts .extended-banner-title,
.body-banners .item .extended-banner-texts .extended-banner-title,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-title,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-title,
.type-category .banner-wrapper .extended-banner-texts .extended-banner-title,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
#carousel .banner-category .extended-banner-texts .extended-banner-title,
.middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-title,
.type-category .banner-category .extended-banner-texts .extended-banner-title,
.body-banners .banner-category .extended-banner-texts .extended-banner-title {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #141414;
  padding-left: 0;
  font-size: 1.6em;
  text-transform: uppercase;
  padding-top: 0;
  letter-spacing: 1px;
  line-height: 1.2em;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 992px) {
  #carousel .item .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .item .extended-banner-texts .extended-banner-title,
  .type-category .item .extended-banner-texts .extended-banner-title,
  .body-banners .item .extended-banner-texts .extended-banner-title,
  #carousel .banner-wrapper .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-title,
  .type-category .banner-wrapper .extended-banner-texts .extended-banner-title,
  .body-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
  #carousel .banner-category .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-title,
  .type-category .banner-category .extended-banner-texts .extended-banner-title,
  .body-banners .banner-category .extended-banner-texts .extended-banner-title {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .item .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .item .extended-banner-texts .extended-banner-title,
  .type-category .item .extended-banner-texts .extended-banner-title,
  .body-banners .item .extended-banner-texts .extended-banner-title,
  #carousel .banner-wrapper .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-title,
  .type-category .banner-wrapper .extended-banner-texts .extended-banner-title,
  .body-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
  #carousel .banner-category .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-title,
  .type-category .banner-category .extended-banner-texts .extended-banner-title,
  .body-banners .banner-category .extended-banner-texts .extended-banner-title {
    font-size: 1.4em;
  }
}
#carousel .item .extended-banner-texts .extended-banner-text,
.middle-banners-wrapper .item .extended-banner-texts .extended-banner-text,
.type-category .item .extended-banner-texts .extended-banner-text,
.body-banners .item .extended-banner-texts .extended-banner-text,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-text,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-text,
.type-category .banner-wrapper .extended-banner-texts .extended-banner-text,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-text,
#carousel .banner-category .extended-banner-texts .extended-banner-text,
.middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-text,
.type-category .banner-category .extended-banner-texts .extended-banner-text,
.body-banners .banner-category .extended-banner-texts .extended-banner-text {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #141414;
  font-size: 1em;
  line-height: 1.6em;
  margin-top: 10px;
  text-transform: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.8em;
  margin-top: 5px;
}
#carousel .item .extended-banner-texts .extended-banner-link,
.middle-banners-wrapper .item .extended-banner-texts .extended-banner-link,
.type-category .item .extended-banner-texts .extended-banner-link,
.body-banners .item .extended-banner-texts .extended-banner-link,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-link,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link,
.type-category .banner-wrapper .extended-banner-texts .extended-banner-link,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-link,
#carousel .banner-category .extended-banner-texts .extended-banner-link,
.middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-link,
.type-category .banner-category .extended-banner-texts .extended-banner-link,
.body-banners .banner-category .extended-banner-texts .extended-banner-link {
  position: relative !important;
  background: transparent;
  box-shadow: none;
  border: none;
  margin-top: 20px;
  padding: 10px 15px;
  color: #313130 !important;
  min-width: 148px;
  text-align: center;
  height: auto;
  border: 1px solid #313130;
  letter-spacing: 0.3px;
  border-radius: 0px;
  transition: 0.3s;
  top: initial !important;
  background: #2B2B2B;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  /*&:after {
          width: 16px;
          height: 16px;
          position: relative;
          content: '';
          display: inline-block;
          margin-left: 12px;
          background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/arr-right2.svg);
          background-size: 22px;
          background-repeat: no-repeat;
          background-position: center;
          margin-bottom: -4px;
         }*/
}
@media only screen and (max-width: 480px) {
  #carousel .item .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .item .extended-banner-texts .extended-banner-link,
  .type-category .item .extended-banner-texts .extended-banner-link,
  .body-banners .item .extended-banner-texts .extended-banner-link,
  #carousel .banner-wrapper .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link,
  .type-category .banner-wrapper .extended-banner-texts .extended-banner-link,
  .body-banners .banner-wrapper .extended-banner-texts .extended-banner-link,
  #carousel .banner-category .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-link,
  .type-category .banner-category .extended-banner-texts .extended-banner-link,
  .body-banners .banner-category .extended-banner-texts .extended-banner-link {
    min-width: 170px;
  }
}
#carousel .item .extended-banner-texts .extended-banner-link:hover,
.middle-banners-wrapper .item .extended-banner-texts .extended-banner-link:hover,
.type-category .item .extended-banner-texts .extended-banner-link:hover,
.body-banners .item .extended-banner-texts .extended-banner-link:hover,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.type-category .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
#carousel .banner-category .extended-banner-texts .extended-banner-link:hover,
.middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-link:hover,
.type-category .banner-category .extended-banner-texts .extended-banner-link:hover,
.body-banners .banner-category .extended-banner-texts .extended-banner-link:hover {
  background: transparent;
  color: #000 !important;
}
#carousel .banner-wrapper,
.middle-banners-wrapper .banner-wrapper,
.type-category .banner-wrapper,
.body-banners .banner-wrapper,
#carousel .banner-category,
.middle-banners-wrapper .banner-category,
.type-category .banner-category,
.body-banners .banner-category {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .banners-content.body-banners {
    margin-bottom: 45px;
    margin-top: 15px;
  }
  .banners-content.body-banners .banner-wrapper {
    margin: 0;
  }
  .banners-content.body-banners .banner-wrapper > a > img {
    min-height: 200px;
    border-radius: 20px;
    object-fit: cover;
  }
  .banners-content.body-banners .banner-wrapper .extended-banner-texts {
    background: transparent;
    padding: 0;
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
  }
  .banners-content.body-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
    color: #fff;
    text-transform: none !important;
    font-weight: 600 !important;
    font-size: 2.9em;
    max-width: 150px;
    line-height: 1em;
  }
  .banners-content.body-banners .banner-wrapper .extended-banner-texts .extended-banner-text {
    color: #fff;
    font-weight: 300;
    max-width: 125px;
    line-height: 1.1em;
    margin-top: 15px;
  }
}
.type-category .banner-category .extended-banner-texts {
  left: 60px !important;
}
@media only screen and (max-width: 767px) {
  .type-category .banner-category .extended-banner-texts {
    left: 20px !important;
  }
}
.middle-banners-wrapper,
.body-banners {
  padding: 0 0;
  background: transparent !important;
  margin-top: 0;
  margin-bottom: 80px;
}
.middle-banners-wrapper .container,
.body-banners .container {
  /* max-width: 100% !important;
    width: 100% !important;*/
}
.middle-banners-wrapper .container .row,
.body-banners .container .row {
  margin: 0;
}
.middle-banners-wrapper .container .row > div,
.body-banners .container .row > div {
  padding: 0;
}
.middle-banners-wrapper .container .extended-banner-texts,
.body-banners .container .extended-banner-texts {
  background: transparent;
  padding-left: 70px;
  /*.extended-banner-text {
        font-size: 0.9em;
        font-weight: 400;
        letter-spacing: 0.5px;
        line-height: 1.8em;
        margin-top: 15px;
        max-width: 565px;
      }*/
}
@media (max-width: 1300px) {
  .middle-banners-wrapper .container .extended-banner-texts,
  .body-banners .container .extended-banner-texts {
    margin-top: 0;
    left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .middle-banners-wrapper .container .extended-banner-texts,
  .body-banners .container .extended-banner-texts {
    max-width: calc(100% - 40px) !important;
    background: rgba(255, 255, 255, 0.8);
    bottom: 20px;
    padding: 20px;
  }
}
.middle-banners-wrapper .container .extended-banner-texts .extended-banner-title,
.body-banners .container .extended-banner-texts .extended-banner-title {
  font-size: 7em;
  font-weight: 600 !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  display: inline-table;
  letter-spacing: 0;
  color: #fff;
  text-transform: none !important;
  line-height: 0.9;
}
@media only screen and (max-width: 1200px) {
  .middle-banners-wrapper .container .extended-banner-texts .extended-banner-title,
  .body-banners .container .extended-banner-texts .extended-banner-title {
    font-size: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .middle-banners-wrapper .container .extended-banner-texts .extended-banner-title,
  .body-banners .container .extended-banner-texts .extended-banner-title {
    font-size: 1.4em;
  }
}
.middle-banners-wrapper .container .extended-banner-texts .extended-banner-text,
.body-banners .container .extended-banner-texts .extended-banner-text {
  color: #fff;
  font-size: 3em;
  line-height: 1;
  font-weight: 300;
  max-width: 275px;
  margin-top: 25px;
}
@media only screen and (max-width: 1200px) {
  .middle-banners-wrapper .container .extended-banner-texts .extended-banner-text,
  .body-banners .container .extended-banner-texts .extended-banner-text {
    font-size: 2em;
  }
}
.header-top-msg {
  text-align: center;
  padding: 7px 15px;
  background: #393839;
  color: #fff;
  height: 36px;
}
@media only screen and (max-width: 480px) {
  .header-top-msg {
    font-size: 0.85em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2em;
  }
}
.header-top-msg p {
  margin: 0;
}
.header-top-msg p a {
  color: #fff;
  text-decoration: underline;
}
.header-top-msg p a:hover {
  text-decoration: none;
}
.header-top-msg h1 {
  display: none;
}
.site-msg.information {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  background: #eeeeee;
  color: #000;
  box-shadow: none;
  font-size: 1em;
  padding: 6px 0 7px 0;
  height: 36px;
  position: absolute;
  top: 0px;
  opacity: 1;
}
.site-msg.information .close {
  margin-top: -5px;
}
.site-msg.information .close:before,
.site-msg.information .close:after {
  /* display: none;*/
  color: #000 !important;
}
@media only screen and (max-width: 767px) {
  .site-msg.information .close {
    right: 10px;
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .site-msg.information {
    font-size: 0.8em;
    padding: 3px 0;
    display: flex;
    align-items: center;
    line-height: 1.3em;
    top: -36px;
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  html.scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .site-name {
    top: 10px !important;
  }
  .fixed-menu-mobile .site-msg.information {
    top: -50px;
  }
}
.type-page,
.type-posts-listing {
  /*main > .content-inner:before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: -1;
  }*/
}
.type-page h2,
.type-posts-listing h2 {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 1.7em;
}
@media only screen and (max-width: 767px) {
  .type-page h2,
  .type-posts-listing h2 {
    font-size: 1.4em;
  }
}
.type-page h1,
.type-posts-listing h1 {
  margin-top: 0 !important;
  padding-bottom: 30px !important;
  z-index: 1;
  font-size: 2.3em !important;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif !important;
  /*&:before {
      position: absolute;
      content: '';
      left: 50%;
      transform: translateX(-50%);
      width: 100vw !important;
      top: 0;
      background: #F8F8F8;
      height: 100%;
      z-index: -1;
    }*/
}
@media only screen and (max-width: 767px) {
  .type-page h1,
  .type-posts-listing h1 {
    font-size: 1.8em !important;
  }
}
.type-page main,
.type-posts-listing main {
  padding-bottom: 40px;
}
.type-page main h2,
.type-posts-listing main h2 {
  font-weight: 700;
  color: #383C43;
}
.type-page main > .content-inner,
.type-posts-listing main > .content-inner {
  /*background: #fff;*/
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .content {
    padding: 0;
  }
}
.cart-widget .btn.btn-conversion,
.cart-widget a.btn.btn-conversion,
.cart-widget .btn.btn-cart,
.cart-widget a.btn.btn-cart {
  color: #000;
  font-size: 1.2em;
  font-weight: 600;
}
.cart-widget #continue-order-button {
  color: #fff;
}
.cart-widget .cart-free-shipping {
  position: relative;
  bottom: 0;
  color: #000;
}
.cart-widget .cart-free-shipping strong {
  color: #FF6600;
  font-weight: 500;
}
h4.homepage-group-title,
.h4.homepage-group-title,
.category-title,
.type-detail h2.products-related-header,
.type-page h1 {
  font-weight: 500;
  color: #141414;
  position: relative;
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 15px;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 2.3em;
  font-weight: 700;
  /* &:before {
     width: 300px;
     height: 3px;
     content: '';
     background: @red;
     position: absolute;
     left: 50%;
     bottom: 0;
     transform: translateX(-50%);
   }*/
}
@media only screen and (max-width: 767px) {
  h4.homepage-group-title,
  .h4.homepage-group-title,
  .category-title,
  .type-detail h2.products-related-header,
  .type-page h1 {
    font-size: 1.8em;
  }
}
h4.homepage-group-title,
.h4.homepage-group-title {
  max-width: 585px;
  text-align: center;
  width: 100%;
  padding: 60px 45px 28px 45px;
  text-transform: uppercase;
  font-size: 2.3em;
  font-weight: 500;
  margin: 0 auto;
  letter-spacing: 1px;
  color: #171514;
  font-family: 'Roboto Condensed', sans-serif !important;
  position: relative;
  z-index: 1;
}
h4.homepage-group-title:before,
.h4.homepage-group-title:before {
  width: 100vw;
  height: 100%;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #FAFAFA;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    max-width: inherit;
    margin: 20px auto 0 auto !important;
    padding: 40px 0 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
}
.type-index .products-block {
  position: relative;
}
.type-index .products-block:before {
  width: 100vw;
  height: 100%;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #FAFAFA;
  bottom: 0;
}
.fav-categories {
  padding-bottom: 40px;
  position: relative;
  /*&:after {
    width: 100vw;
    height: 1px;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.08);
    bottom: 0;
  }*/
}
@media only screen and (max-width: 480px) {
  .fav-categories {
    padding-bottom: 0;
  }
}
.fav-categories .pagination-wrapper {
  display: none;
}
.fav-categories .slick-list {
  width: 100%;
}
.fav-categories .slick-arrow {
  position: absolute;
  top: -63px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 200px;
  content: "";
  background-color: transparent;
  outline: none;
  border: none;
  color: rgba(45, 50, 57, 0);
  width: 32px;
  height: 32px;
  border-radius: 0;
  overflow: hidden;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/slider-right.svg?v4);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  border-radius: 30px;
}
.fav-categories .slick-arrow.slick-disabled {
  border-color: #ccc !important;
  opacity: 0.3;
}
.fav-categories .slick-arrow:hover {
  background-color: rgba(196, 196, 196, 0.21);
  opacity: 1;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .fav-categories .slick-arrow {
    margin-left: 150px;
    top: -63px;
  }
}
@media only screen and (max-width: 480px) {
  .fav-categories .slick-arrow {
    margin-left: 135px;
  }
}
.fav-categories.carousel + .browse-p {
  display: none !important;
}
.fav-categories .slick-prev {
  left: 50%;
  transform: translateX(-50%);
  margin-left: -200px;
  background-image: url(https://shoptet.tomashlad.eu/user/documents/extras/adonio/img/slider-left.svg?v3);
  background-size: 18px;
  /*@media @tablet-land {
      right: inherit;
      left: 0px;
      top: -25px;
    }*/
}
@media only screen and (max-width: 767px) {
  .fav-categories .slick-prev {
    margin-left: -150px;
  }
}
@media only screen and (max-width: 480px) {
  .fav-categories .slick-prev {
    margin-left: -135px;
  }
}
.fav-categories .slick-next {
  /*@media @tablet-land {
      right: 0;
      left: inherit;
      top: -33px;
    }*/
}
.fav-categories .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
.fav-categories h1 {
  max-width: 350px;
  text-align: center;
  width: 100%;
  padding: 0 45px;
  font-size: 1.6em;
  font-weight: 600;
  margin: 0 auto;
  color: #000;
  padding: 80px 45px 34px 45px;
  text-transform: uppercase;
  font-size: 2.3em;
  font-weight: 500;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .fav-categories h1 {
    max-width: inherit;
    margin: 0 auto !important;
    padding: 40px 0 20px 0;
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 480px) {
  .fav-categories h1 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
}
.fav-categories .news-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  width: calc(100% + 40px);
}
@media only screen and (max-width: 767px) {
  .fav-categories .news-wrapper {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
}
.fav-categories .news-wrapper .news-item {
  width: calc(25% - 40px);
  margin: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fav-categories .news-wrapper .news-item {
    width: calc(33.333% - 30px);
    margin: 0 15px 20px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .fav-categories .news-wrapper .news-item {
    padding-bottom: 0px;
    margin-bottom: 15px;
    width: calc(50% - 30px);
  }
}
.fav-categories .news-wrapper .news-item .image {
  width: 100%;
  position: relative;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .fav-categories .news-wrapper .news-item .image {
    margin-bottom: 7px;
  }
}
.fav-categories .news-wrapper .news-item .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.fav-categories .news-wrapper .news-item .image .overlay .button {
  padding: 9px 20px 10px 20px;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.3s;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.fav-categories .news-wrapper .news-item .image .overlay .button:hover {
  background: #fff;
  color: #000;
}
.fav-categories .news-wrapper .news-item .image img {
  transition: 0.3s;
  transform: scale(1);
  transform-origin: center;
}
.fav-categories .news-wrapper .news-item:hover .image .overlay {
  opacity: 1;
}
.fav-categories .news-wrapper .news-item:hover .image img {
  transform: scale(1.02);
}
.fav-categories .news-wrapper .news-item .text .title {
  text-align: center;
  width: 100%;
  color: #000;
  text-transform: none;
  font-size: 1.6em;
  font-weight: 300;
  margin-top: 20px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .fav-categories .news-wrapper .news-item .text .title {
    font-size: 1.2em;
    letter-spacing: 0.5px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .fav-categories .news-wrapper .news-item .text .title {
    margin-top: 0;
  }
}
.fav-categories .news-wrapper .news-item .text .title:hover {
  text-decoration: underline;
  color: #FF6600;
}
.fav-categories .news-wrapper .news-item .text .description {
  display: none;
}
.fav-categories .news-wrapper .news-item .text time {
  display: none;
}
.type-posts-listing h1 {
  font-size: 2.2em;
  font-weight: 700;
  color: #000;
  margin-top: 0;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .type-posts-listing h1 {
    font-size: 1.8em;
  }
}
.type-posts-listing .news-wrapper {
  margin: 0 -15px;
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .type-posts-listing .news-wrapper {
    width: calc(100% + 20px);
  }
}
.type-posts-listing .news-wrapper .news-item {
  background: #fff;
  margin: 0 15px 30px 15px;
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 30px);
  /*&:first-child {
        @media @tablet-min {
          width: calc(~'100% - 20px');
          margin-bottom: 40px;
          flex-direction: row;
          align-items: center;

          .image {
            width: 50%;
          }
        }
      }*/
}
@media only screen and (max-width: 992px) {
  .type-posts-listing .news-wrapper .news-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .type-posts-listing .news-wrapper .news-item {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 480px) {
  .type-posts-listing .news-wrapper .news-item {
    padding-bottom: 0;
  }
}
.type-posts-listing .news-wrapper .news-item .image {
  width: 100%;
  margin: 0;
}
.type-posts-listing .news-wrapper .news-item .image img {
  width: 100%;
  height: auto;
}
.type-posts-listing .news-wrapper .news-item .text {
  padding: 20px;
}
@media only screen and (max-width: 480px) {
  .type-posts-listing .news-wrapper .news-item .text {
    padding: 15px;
  }
}
.type-posts-listing .news-wrapper .news-item .text .title {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 15px;
  color: #000;
}
.type-posts-listing .news-wrapper .news-item .text time {
  color: #000;
  font-size: 0.85em;
  background: #F3F3F3;
  display: inline-block;
  padding: 5px 8px;
  font-weight: 500;
  display: none;
}
.type-posts-listing .news-wrapper .news-item .text .description {
  color: #141414;
}
.type-posts-listing .news-wrapper .news-item .text .description .button {
  width: 197px;
  display: inline-block;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 30px;
  padding: 12px;
  text-transform: uppercase;
}
.type-posts-listing .news-wrapper .news-item .text .description .button:hover {
  background: #333;
}
.type-posts-listing .news-wrapper .news-item .text .button {
  background: #FF6600;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-block;
}
.type-posts-listing .news-wrapper .news-item .text .button:hover {
  opacity: 0.7;
}
.type-post h1 {
  font-weight: 700;
  color: #000;
}
.type-post time {
  color: #000;
  font-size: 0.85em;
  background: #F3F3F3;
  display: inline-block;
  padding: 5px 8px;
  font-weight: 500;
}
.type-post .text {
  color: #000;
  line-height: 1.8em;
}
.type-page h1 {
  text-align: left;
}
.category-title {
  margin-top: 0;
}
.ordering-process .cart-inner .row {
  margin: 0 !important;
}
.middle-banners-wrapper .banner-wrapper .extended-banner-texts {
  max-width: 450px;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  border-color: #000;
}
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  border-width: 1px;
  border-style: solid;
  left: 2px;
  border: none;
  background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/checkbox-checked.svg) no-repeat center !important;
  background-size: 16px;
  background-color: transparent !important;
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  border-color: #000;
  background: #000;
}
.head-banner.rc-header-top-image-bottom {
  position: relative;
  border-top: 30px solid #fff;
}
@media only screen and (max-width: 767px) {
  .head-banner.rc-header-top-image-bottom {
    margin-top: -25px;
  }
}
.head-banner.rc-header-top-image-bottom .rc-gallery__image-title {
  display: none;
}
.head-banner.rc-header-top-image-bottom h1 {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 40px 50px !important;
  font-size: 3em !important;
  background: #fff;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .head-banner.rc-header-top-image-bottom h1 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 25px 30px !important;
    font-size: 2.2em !important;
    background: #fff;
    margin: 0;
    max-width: calc(100% - 40px);
  }
}
.head-banner.rc-header-top-image-bottom h1:before {
  display: none;
}
@media (min-width: 992px) {
  body.admin-logged #header,
  body.admin-logged.sticky-mobile:not(.ordering-process) #header,
  body.admin-logged .top-navigation-bar {
    top: 0px!important;
  }
}
.admin-bar {
  display: none;
}
@media screen and (max-width: 767px) {
  .scrolled-down body.template-11:not(.ordering-process):not(.search-window-visible):not(.mobile-header-version-0) #dkLabFavHeaderWrapper {
    transform: none;
    top: -47px;
  }
  body.sticky-mobile:not(.paxio-merkur):not(.venus) .languagesMenu {
    right: 162px !important;
    /* position: absolute; */
  }
  body.sticky-mobile:not(.paxio-merkur):not(.venus) .languagesMenu .caret {
    display: block !important;
  }
  body.sticky-mobile:not(.paxio-merkur):not(.venus) .languagesMenu.open .languagesMenu__content {
    display: flex !important;
    right: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .admin-logged .popup-widget.cart-widget {
    top: 60px;
  }
}
html[lang="de"] .blog-section,
html[lang="pl"] .blog-section,
html[lang="hu"] .blog-section,
html[lang="ro"] .blog-section,
html[lang="en"] .blog-section {
  display: none !important;
}

.home-categories .news-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  text-align: center;
}

.home-categories .news-item {
  width: 14%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: 5px;
  text-align: center;
}

.home-categories .news-item .image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  text-align: center;
}

.home-categories .news-item img {
  max-height: 120px;
  max-width: 70%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.home-categories .news-item .title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}

.home-categories .news-item .meta,
.home-categories .news-item .description,
.home-categories .news-item time,
.home-categories .news-item h3,
.home-categories .news-item .post-meta {
  display: none !important;
}

.home-categories .homepage-group-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0 20px;
}

/* Responsivní přizpůsobení */
@media (max-width: 992px) {
  .home-categories .news-item {
    width: 30%;
    min-height: 200px;
  }
  .home-categories .news-item img {
    max-height: 100px;
    max-width: 70%;
  }
}

@media (max-width: 600px) {
  .home-categories .news-item {
    width: 32%;
    min-height: 180px;
  }
  .home-categories .news-item img {
    max-height: 90px;
    max-width: 70%;
  }
}


/* DOMINO - SHOPTAK - doplněk*/
@media (min-width: 768px) {
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li {width:25%;flex-basis:25%;}
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {padding-left: 30px;}
  .navigation-in>ul>li.ext>ul>li {min-height: 55px;}
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li > div > a {line-height: 1.2em;}
  }
  
  #carousel .video-banner .video-play img, #carousel .video-banner .video-pause img{filter: drop-shadow(0 4px 13px #000);display: none !important;}
  .ordering-process .checkout-box .cellphone {color: #000;}
  .ordering-process .header-top-msg {display: none;}
  .otazky h1 {display: none;}

/* DOMINO - SHOPTAK - druhý script*/
/* Breakpoints */
/* Template variables */
/* Shoptet variables datasheet: https://developers.shoptet.com/shoptet-tools/editing-templates/placeholders-not-only-for-template-colors/ */
/* Template fonts */
/* Custom variables */
footer .custom-footer > .custom-footer__banner18 {
  width: 100% !important;
  padding: 20px 0 !important;
}
footer .custom-footer > .custom-footer__banner18 .banner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
footer .custom-footer > .custom-footer__banner18 .banner-wrapper img {
  max-height: 30px;
  object-fit: contain;
  max-width: none;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #header #navigation .navigation-in .menu-level-1 a[href="/en/sneakers/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/tenisky/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/sk/tenisky/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/pl/tenisky/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/ro/tenisky/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/de/tenisky/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/hu/tenisky/"] + .menu-level-2 {
    width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  #header #navigation .navigation-in .menu-level-1 a[href="/en/sneakers/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/tenisky/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/sk/tenisky/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/pl/tenisky/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/ro/tenisky/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/de/tenisky/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/hu/tenisky/"] + .menu-level-2 {
    width: 1178px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header #navigation .navigation-in .menu-level-1 a[href="/en/sneakers/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/tenisky/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/sk/tenisky/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/pl/tenisky/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/ro/tenisky/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/de/tenisky/"] + .menu-level-2,
  #header #navigation .navigation-in .menu-level-1 a[href="/hu/tenisky/"] + .menu-level-2 {
    width: calc(100vw - 30px);
  }
}
@media (min-width: 1440px) {
  .breadcrumbs-wrapper .breadcrumbs {
    max-width: 1418px;
  }
}
#header .search .search-form .popularni-produkty {
  display: none;
}
#header .search .search-form.hovered .popularni-produkty {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: absolute;
  left: 0;
  top: 72px;
  width: calc(100% - 55px);
}
#header .search .search-form.hovered .popularni-produkty .load-element {
  width: 100%;
}
#header .search .search-form.hovered .popularni-produkty h1 {
  padding: 30px;
  margin: 0;
}
#header .search .search-form.hovered .popularni-produkty .pagination-wrapper {
  display: none !important;
}
#header .search .search-form.hovered .popularni-produkty #newsWrapper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
}
#header .search .search-form.hovered .popularni-produkty #newsWrapper .news-item {
  width: 50% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e8e8;
  transition-duration: 0.3s;
}
#header .search .search-form.hovered .popularni-produkty #newsWrapper .news-item:hover {
  background-color: #f0f0f0;
}
#header .search .search-form.hovered .popularni-produkty #newsWrapper .news-item .image {
  height: 56px;
  width: 56px;
  min-width: auto;
  margin: 0 !important;
}
#header .search .search-form.hovered .popularni-produkty #newsWrapper .news-item .image a {
  padding-left: 20px;
}
#header .search .search-form.hovered .popularni-produkty #newsWrapper .news-item .image img {
  transform: none;
  position: initial;
  width: 100%;
  height: auto;
  object-fit: contain;
}
#header .search .search-form.hovered .popularni-produkty #newsWrapper .news-item .description,
#header .search .search-form.hovered .popularni-produkty #newsWrapper .news-item time {
  display: none;
}
#header .search .search-form.hovered .popularni-produkty #newsWrapper .news-item .title {
  margin: 0;
  font-size: 16px !important;
  padding: 0;
  padding: 30px 30px 30px 16px;
  margin-left: 20px;
  text-decoration: none !important;
  width: 100%;
}
#header .search .search-form.hovered .popularni-produkty #newsWrapper .news-item .text {
  padding: 0;
  max-width: none;
}
.type-detail .breadcrumbs-wrapper,
.type-detail {
  background-color: #fff;
}
.type-page #content a {
  color: #666;
}
.cart-widget .btn.btn-conversion,
a.btn.btn-conversion {
  background-color: #ff6600;
  border-color: #ff6600;
}
.cart-widget .btn.btn-conversion:hover,
a.btn.btn-conversion:hover {
  background-color: #2ca829;
  border-color: #2ca829;
}
.cart-widget-button {
  padding: 0;
}
.cart-widget #continue-order-button {
  text-align: center;
}
.cart-widget #continue-order-button::after {
  display: none;
}
.cart-widget-product-name > span {
  color: #000;
}
@media only screen and (min-width: 1440px) {
  .type-detail .p-thumbnails .p-thumbnail {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .type-detail .p-thumbnails .p-thumbnail {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 992px) {
  .scrolled .admin-logged .popup-widget.cart-widget {
    top: 90px !important;
  }
  .scrolled .popup-widget.cart-widget {
    top: 70px !important;
  }
  .popup-widget.login-widget {
    top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .popup-widget {
    top: 93px !important;
  }
}
@media only screen and (min-width: 768px) {
  .sticky-mobile:not(.ordering-process) #content-wrapper.content-wrapper {
    padding-top: 0 !important;
  }
  .user-action {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
  }
  .overall-wrapper {
    padding-top: 93px;
  }
  #header,
  .top-navigation-bar,
  .sticky-mobile:not(.ordering-process) #header {
    position: fixed !important;
    left: 0;
    width: 100%;
    top: 0 !important;
  }
  #header {
    z-index: 2 !important;
  }
  .admin-bar {
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .admin-logged .overall-wrapper {
    padding-top: 118px;
  }
  .admin-logged #header,
  .admin-logged .top-navigation-bar,
  .admin-logged.sticky-mobile:not(.ordering-process) #header {
    top: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  #navigation {
    padding-top: 65px !important;
  }
  .navigation-window-visible.sticky-mobile:not(.ordering-process):not(
      .paxio-merkur
    ):not(.venus) .top-navigation-bar {
    z-index: 9 !important;
  }
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-navigation-bar {
    top: 0 !important;
  }
  .scrolled-down #header,
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .site-name,
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .cart-count {
    top: 7px !important;
  }
  .sticky-mobile:not(.ordering-process):not(.paxio-merkur):not(.venus) .responsive-tools > a[data-target="login"],
  .sticky-mobile .responsive-tools > a[data-target="search"] {
    visibility: visible !important;
  }
  body.template-11.mobile-header-version-1:not(.paxio-merkur):not(.venus) #header .cart-count {
    top: 8px !important;
    position: fixed !important;
  }
  .ordering-process .top-navigation-bar {
    position: fixed;
  }
}
@media (min-width: 1200px) {
  /*#header .container {
    width: 100%;
    max-width: none;
    padding: 0 20px;
  }*/
  #header .navigation-buttons {
    left: calc(50% + 707px);
    position: absolute;
    transform: translateX(-100%);
  }
  #header .search .search-form,
  #header .search .search-form.hovered {
    right: auto;
    left: calc(50% + 578px);
    position: absolute;
    transform: translateX(-100%);
  }
  #header .search .search-form.hovered {
    width: calc(50% + 322px);
  }
  #header .menu-helper {
    position: absolute;
    right: 5px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }

}
@media (min-width: 1200px) and (max-width: 1440px) {
  #header .navigation-buttons {
    left: calc(50% + 589px);
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  #header .search .search-form,
  #header .search .search-form.hovered {
    left: calc(50% + 460px);
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  #header .search .search-form.hovered {
    width: calc(50% + 215px);
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  #header .menu-helper {
    left: auto;
    right: 5px;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .sticky-mobile .breadcrumbs-wrapper {
    display: block !important;
  }
}
.grid16 .dklab_instagram_widget_box,
.grid8 .dklab_instagram_widget_box {
  width: calc(25% - var(--dklab-instagram-padding));
  min-width: calc(25% - var(--dklab-instagram-padding));
  max-width: calc(25% - var(--dklab-instagram-padding));
}
.grid16 .dklab_instagram_widget_box:nth-child(n + 9),
.grid8 .dklab_instagram_widget_box:nth-child(n + 9) {
  display: none;
}
@media (min-width: 1440px) {
  .container {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .banners-content.body-banners .banner-wrapper > a > img {
    min-height: auto;
  }
  #carousel .carousel-inner .item .extended-banner-texts {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .products-block .product:not(.slick-slide) {
    width: calc(25% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .top-navigation-bar .dropdown.EUR:before {
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Adonio/img/slovakia.svg);
  }
  .top-navigation-bar .dropdown.CZK:before {
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Adonio/img/czech.svg);
  }
}
#header .search .search-form.hovered .popularni-produkty h1 {
  color: #000;
}

/* DOMINO - SHOPTAK - záhlaví + cookies*/
@media only screen and (min-width: 768px) {
  #header #navigation .navigation-in .menu-level-1 .menu-item-1092 .menu-level-2 > li {width:20%;flex-basis:20%;}
  #header #navigation .navigation-in .menu-level-1 .menu-item-717 .menu-level-2 .menu-image {display: block;}
  #header #navigation .navigation-in .menu-level-1 > li > a .submenu-arrow {padding-left:5px;}
  #header #navigation {left:270px;width:calc(100% - 600px);}
  }
  @media (min-width: 1440px) {
    #header .menu-helper {
      left: auto !important;
      right: 5px !important;
      transform: translateY(-50%);
    }
  }

  @media (min-width: 1200px) and (max-width: 1440px) {
    #header .menu-helper {
      left: auto !important;
      right: 5px !important;
      transform: translateY(-50%);
    }
  }

  @media only screen and (min-width: 1440px) {
  .menu-item-1092>a, .menu-item-1167>a, .menu-item-1254>a {pointer-events:none;}

  }
  .siteCookies.siteCookies--center {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transform: none;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.7);
  }
  .siteCookies.siteCookies--center .siteCookies__text h3 {
      margin-top: 0;
      font-size: 1.3em;
      color: #000;
      font-weight: 600;
  }
  .siteCookies--center .siteCookies__button {
    background: #FF6600;
  }
  .siteCookies--center .siteCookies__links {
      bottom: 25px;
  }
  .stars-wrapper {display:none;}
  @media (min-width: 767px) {
  .site-msg-show #header {padding-top:38px;}
  .site-msg-show .top-navigation-bar .languagesMenu {top:64px;}
  }
  @media (max-width: 767px) {
  .site-msg {display: none !important;}
  .overall-wrapper {overflow: visible;}
  }
  .menu-item-1092 .menu-image {display: none !important;}
  .type-detail .p-detail-inner .availability-value .availability-label span.green {font-weight:600;color:#17D600;}
  .faq-item {background: #fff;}
  #header #navigation .navigation-in .menu-level-1 > li > a {letter-spacing: 0.1px;}
  footer ul li:last-child {display: none;}
  html[lang="cs"] footer ul li:last-child {display: block;}
  .client-center-box ul li:nth-child(n + 7) {display: none;}

/* DOMINO - Formulář pro vrácení na střed*/
div[id*=wt-form-wrapper-] {
  max-width: 600px; /* Maximální šířka formuláře */
  margin: auto; /* Zarovnání formuláře na střed */
}

/* DOMINO - sekce doprava v košíku*/
label[for^="shippingId-"] {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 6px 8px;
}
label[for^="shippingId-"] .payment-logo {
  order: 0;
  margin-right: 10px;
  flex-shrink: 0;
  flex-grow: 0;
}
label[for^="shippingId-"] .payment-logo img {
  width: 82px;
  height: auto;
  display: block;
}
label[for^="shippingId-"] .payment-info {
  order: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  flex: 1 1 auto;
}
label[for^="shippingId-"] .payment-shipping-price {
  order: 2;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto;
}
label[for^="shippingId-"] .payment-info > *:not(.shipping-billing-name) {
  margin-top: 5px;
  align-self: flex-start;
  width: 100%;
}

@media (max-width: 480px) {
label[for^="shippingId-"] .payment-info {
  width: 60%;
  margin-left: 1px;
  margin-right: 1px;
  text-align: left;
}
}
label[for^="shippingId-"] .payment-logo {
  width: 5px;
  margin-right: 1px;
}

/* ovál v košíku země měna */
.box-sm .row {
  border-radius: 15px; /* Oválný tvar */
  padding: 10px; /* Vnitřní prostor pro lepší vzhled */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: .5px solid black;
}
#order-shipping-methods, #order-billing-methods {
    border-radius: 15px;
    border: .5px solid black;
    padding: 1px;
}





label[for^="shippingId-"] .payment-shipping-price {
    display: inline-flex; /* Umožní zobrazení vedle sebe */
    align-items: center;  /* Zarovná položky na střed */
    gap: 10px;            /* Mezera mezi škrtnutou cenou a textem */
    white-space: nowrap;
}

/* Mobilní zobrazení */
@media (max-width: 1023px) {
    label[for^="shippingId-"] .payment-shipping-price {
        flex-direction: column;  /* Na mobilu text bude pod sebou */
    }
}


/* DOMINO - tlačítko košík na produktovce */
/* Mobilní a tabletová verze - tlačítko má stejnou šířku jako top-navigation-bar */


/* DOMINO - druhý krok košíku - informace o vás */
@media only screen and (min-width: 787px) {
  #checkoutContent .cart-content .form-group {
      display: flex;
      align-items: center;
      flex-direction: row;
  }

  #checkoutContent .cart-content .form-group label {
      margin-right: 20px;
      color: #000;
  }

  #checkoutContent .cart-content .form-group input,
  #checkoutContent .cart-content .form-group select {
      border-radius: 8px;
      box-sizing: border-box;
      padding: 2px;
      border: 2px solid #ccc;
      background-color: #f9f9f9;
      width: 64%;
  }

  #checkoutContent .cart-content .form-group span {
      display: block;
      margin-top: 5px;
      font-size: 0.9em;
      color: #000;
  }

  #checkoutContent .cart-content .form-group input:focus,
  #checkoutContent .cart-content .form-group select:focus {
      border-color: #007bff;
      background-color: #fff;
  }
}  

@media only screen and (min-width: 787px) {
  /* Roztáhnutí a zarovnání vlajky a názvu země na střed */
  #checkoutContent .cart-content .form-group .shp-flag-label {
      width: 100%; /* Rozšíření na 100% šířky */
      display: flex;
      align-items: center; /* Vertikální zarovnání na střed */
      justify-content: center; /* Horizontální zarovnání na střed */
  }

  /* Pro zajištění, že text v rámci vlajky je také na střed */
  #checkoutContent .cart-content .form-group .shp-flag-label span {
      text-align: center; /* Horizontálně vycentrovaný text */
  }
}

/* tlačétko k objednání */
#submit-order {
    width: 100% !important;
  }
  
  #submit-order::after {
    display: none !important;
  }


/* DOMINO - sticky fotka na produktovce u PC */ 
@media only screen and (min-width: 1200px) {
  .col-xs-12.col-lg-6.p-image-wrapper {
      position: fixed;
      top: 215px;
      left: 0;
      margin-left: max(10%, calc((100vw - 1500px) / 2));
      width: 35%;
      max-width: 800px;
      z-index: 1;
  }

  .col-xs-12.col-lg-6.p-image-wrapper.stopped {
    position: absolute !important;
    /* top nastavujeme v JS dynamicky */
  }

  .col-xs-12.col-lg-6.p-info-wrapper {
    margin-left: 60%;
    width: 40%;
  }
  
  
  .p-detail-inner-header {
    margin-left: 60%;
    width: 40%;
    font-size: 10px;
  }
}


/* DOMINO - newsletter tlačítko zobrazit text uvnitř */ 
button.btn.btn-default.btn-arrow-right span {
  position: static !important;
  clip: auto !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: normal !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: black !important;
  font-size: 16px !important;
}

/* DOMINO - krátký popisek na produktovce větší výška řádku */ 
.p-short-description strong {
  line-height: 1.2; /* nebo i 1.4 pokud chceš ještě více místa */
}


/* DOMINO - skrytí popisku kategorií u telefonů */ 
@media (max-width: 1199px) {
  .category-perex {
    max-height: 0;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0;
    transition: max-height 0.3s ease;
  }
}

/* DOMINO - skrytí krátkého popisku produktu */ 
.p-short-description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

/* DOMINO - skrytí počtu produktů na produktovce */ 

span.quantity {
  display: none !important;
}

/* DOMINO - fortmát posunuté ceny ke košíku */ 


@media (min-width: 768px) {
  /* === STRUKTURA ZÁHLAVÍ === */
  .overall-wrapper {
    display: flex;
    flex-direction: column;
  }

  .top-navigation-bar {
    order: 1;
  }

  header#header {
    order: 2;
    width: 100%;
  }

  #navigation {
    order: 3;
    width: 100% !important;
    max-width: none !important;
    margin: 0;
    padding: 0;
    position: static !important;
    border-top: 0px solid #eee;
  }

  .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 10px;
    gap: 10px;
  }

  .site-name-wrapper {
    flex: 1;
    text-align: left;
  }

  .navigation-buttons,
  .search {
    flex: 1;
    text-align: center;
  }

  .top-navigation-tools,
  .user-action,
  #cart-widget {
    flex: 1;
    text-align: right;
  }

  /* === HLAVNÍ MENU ROZTAŽENÉ A VLEVO === */
  .navigation-in.menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100% !important;
    max-width: none !important;
    padding: 15px 0;
  }

  .menu-level-1 {
    display: flex;
    flex-wrap: nowrap;         /* ZAMEZÍ ZALOMENÍ */
    overflow-x: auto;          /* POVOLÍ SCROLL */
    white-space: nowrap;       /* NEZALAMUJ TEXT */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .menu-level-1::-webkit-scrollbar {
    display: none;
  }

  .menu-level-1 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    min-width: max-content; /* ✅ Přidat */
    width: 100%;
  }

  .menu-level-1 > li > a {
     font-size: 14px;
     padding: 8px 0;
     display: block;
   }
  li.menu-item-1254 {
    position: relative;
  }

  li.menu-item-1254 > ul.menu-level-2 {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 200px;
  }

  li.menu-item-1254 > ul.menu-level-2 li {
    width: 100%;
    margin: 5px 0;
  }


}


.add-to-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.price-line {
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.price-wrapper-custom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 12px; /* Dynamická velikost */
  font-weight: 600;
  line-height: 1.2;
}

.price-wrapper-custom .price-standard {
  font-size: 0.8em;
  color: #999;
  font-weight: 400;
  text-decoration: line-through;
  margin-top: 4px;
}

/* DOMINO - změna záhlaví */
nav[aria-label="Hlavní menu"],
nav[aria-label="Main menu"],
nav[aria-label="Menu główne"],
nav[aria-label="Hauptmenü"],
nav[aria-label="Főmenü"],
nav[aria-label="Meniu principal"],
nav[aria-label="Hlavné menu"] {
  overflow: visible !important;
}

#header #navigation .navigation-in .menu-level-1 > li > a {
    padding: 12px 16px;
    text-transform: none;
}


@media (min-width: 768px) {
    .navigation-in.menu {
        display: flex
;
        justify-content: flex-start;
        align-items: center;
        width: 100% !important;
        max-width: none !important;
        padding: 35px 0;
    }
    
}

ul.top-navigation-bar-menu > li {
  display: none; /* Skryj všechny */
}

ul.top-navigation-bar-menu > li.top-navigation-menu-item-756,
ul.top-navigation-bar-menu > li.top-navigation-menu-item-29,
ul.top-navigation-bar-menu > li.top-navigation-menu-item-762,
ul.top-navigation-bar-menu > li.top-navigation-menu-item-825 {
  display: block; /* Zobraz jen tyto */
}


ul.top-navigation-bar-menu {
  display: flex;          /* Zajistí řazení vedle sebe */
  gap: 5px;              /* Volitelné mezery mezi položkami */
  align-items: center;    /* Zarovnání na střed výšky */
  padding: 0;
  margin: 0;
  list-style: none;
}


.top-navigation-bar {
  background-color: white !important;
  color: black !important;
}

@media only screen and (min-width: 767px) {
  .header-top {
    margin-top: 25px;
  }
}

#header #navigation .navigation-in .menu-level-1 > li > a {font-size:26px;padding:18px 18px;text-transform:none;}


@media only screen and (min-width: 768px) {
  #navigation ul.menu-level-1 > li .menu-level-2 {
    width: 100%;
    padding: 0 !important;
    margin-left: 0;
    height: 100vh;
    max-height: calc(100vh - 157px);
    overflow: auto;
    margin-top: -38px !important;
  }

  html::before {
    content: "";
    position: fixed;
    top: 27px; /* čára pod .top-navigation-bar-menu */
    left: 0;
    right: 0;
    height: 0.5px;
    background-color: #e3e3e3;
    z-index: 9999;
  }


}

.site-name-wrapper img {
  transform: scale(1.15);
  transform-origin: center;
}

@media only screen and (min-width: 1200px) {
  #header .search .search-form.hovered fieldset {
    position: absolute;
    left: calc(50% - 300px); /* 250 = polovina šířky */
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    z-index: 9999;
  }
}

@media only screen and (min-width: 768px) {
  #header .cart-count:before {
    width: 50px;
    height: 50px;
    background-size: 36px;
    left: -3px; /* přidej nebo uprav tuto hodnotu pro posun doleva */
    margin-top: -3px;
  }
}
@media (min-width: 767px) {
  .shp-tabs-row.responsive-nav {
    display: none !important;
  }
}


/* DOMINO - záhlaví + slevy*/

.price-wrapper-custom.showStandard .price-action {
  color: #940101 !important; /* ČERVENÁ cena */
}

.price-wrapper-custom.showStandard .price-standard {
  color: black !important;    /* ČERNÁ přeškrtnutá cena */
  font-size: 2em;
}


.breadcrumbs-wrapper {
    max-width: 100% !important;
    background: transparent;
    width: 100% !important;
    position: relative;
    margin-bottom: 15px !important;
    padding-top: 75px !important;
}
@media only screen and (min-width: 1200px) {
    .col-xs-12.col-lg-6.p-image-wrapper {
        position: fixed;
        top: 230px;
        left: 0;
        margin-left: max(10%, calc((100vw - 1500px) / 2));
        width: 35%;
        max-width: 800px;
        z-index: 1;
    }
}




@media only screen and (min-width: 768px) and (max-width: 1440px) {
    #header .dkLabFavHeaderIconBtn {
        right: 100px;
        top: 38px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    #header .dkLabFavHeaderIconBtn {
        right: 100px;
        top: 10px;
    }
}
@media only screen and (min-width: 1440px) {
    #header .dkLabFavHeaderIconBtn {
        position: absolute;
        right: 100px;
        top: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .top-navigation-bar .top-nav-button {
        display: flex
;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        font-size: 13px;
        color: #383C43;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0.5px;
        right: 60px;
        top: 50px;
        z-index: 9;
        height: 30px;
        width: 48px;
        background-size: 36px;
        position: relative;
        transition: none;
        cursor: pointer;
        opacity: 1;
        border-radius: 40px;
        background-color: transparent;
    }
}
@media only screen and (min-width: 768px) {
    #header #navigation .navigation-in .menu-level-1 a[href="/en/tenisky/"] + .menu-level-2,
    #header #navigation .navigation-in .menu-level-1 a[href="/tenisky/"] + .menu-level-2,
    #header #navigation .navigation-in .menu-level-1 a[href="/sk/tenisky/"] + .menu-level-2,
    #header #navigation .navigation-in .menu-level-1 a[href="/pl/tenisky/"] + .menu-level-2,
    #header #navigation .navigation-in .menu-level-1 a[href="/ro/tenisky/"] + .menu-level-2,
    #header #navigation .navigation-in .menu-level-1 a[href="/de/tenisky/"] + .menu-level-2,
    #header #navigation .navigation-in .menu-level-1 a[href="/hu/tenisky/"] + .menu-level-2 {
        width: 100%;
        left: 0;
        transform: none;
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) {
    #header #navigation .navigation-in .menu-level-1 a[href="/en/obleceni/"] + .menu-level-2,
    #header #navigation .navigation-in .menu-level-1 a[href="/obleceni/"] + .menu-level-2,
    #header #navigation .navigation-in .menu-level-1 a[href="/sk/obleceni/"] + .menu-level-2,
    #header #navigation .navigation-in .menu-level-1 a[href="/pl/obleceni/"] + .menu-level-2,
    #header #navigation .navigation-in .menu-level-1 a[href="/ro/obleceni/"] + .menu-level-2,
    #header #navigation .navigation-in .menu-level-1 a[href="/de/obleceni/"] + .menu-level-2,
    #header #navigation .navigation-in .menu-level-1 a[href="/hu/obleceni/"] + .menu-level-2 {
        width: 100%;
        left: 0;
        transform: none;
        margin-left: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li {
        width: 25%;
        flex-basis: 25%;
    }
}
@media (min-width: 767px) and (max-width: 1200px) {
    #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li {
        width: 33%;
        flex-basis: 33%;
    }
}
@media (min-width: 1440px) {
    #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li {
        width: 20%;
        flex-basis: 20%;
    }
}
@media (min-width: 767px) {
    #header #navigation .navigation-in .menu-level-1 .menu-item-1254.ext:not(.splitted) {
        position: static;
    }

    #header #navigation .navigation-in .menu-level-1 .menu-item-1254.ext:not(.splitted):hover .menu-level-2,
    #header #navigation .navigation-in .menu-level-1 .menu-item-1254.ext:not(.splitted).open .menu-level-2 {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 1280px; /* Stejná šířka jako .header-top */
        background-color: white;
        padding: 15px 20px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        height: auto;
        max-height: none;
        overflow: visible;
    }

    #header #navigation .navigation-in .menu-level-1 .menu-item-1254.ext:not(.splitted) .menu-level-2 > li {
        display: block;
        margin-bottom: 8px;
        text-align: left;
    }

    #header #navigation .navigation-in .menu-level-1 .menu-item-1254.ext:not(.splitted) .menu-level-2 > li > a {
        display: inline-block;
        text-align: left;
    }
}


@media (min-width: 768px) {
    #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
        position: absolute;
        top: 100%;
        left: 0;
        height: auto;
        max-height: none;
        overflow: visible;
    }
}

@media only screen and (min-width: 768px) {
  .dkLabFavHeaderIconBtn::before {
    font-size: 25px !important;
    top: -7px; /* posun nahoru */
    left: -14px; /* posun doleva */
    position: relative;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    #header .dkLabFavHeaderIconBtn {
        right: 120px;
        top: 10px;
    }
}

.adonio-current-price{
  color: #b81200 !important;
  font-weight: 900;
}

.adonio-old-price{
  /* větší + stejně vysoko + černá */
  color: #000 !important;
  opacity: 1;                /* už ne šedá */
  font-size: inherit;        /* stejná velikost jako hlavní cena */
  line-height: 1;            /* stejné svislé zarovnání */
  vertical-align: baseline;  /* držet se na stejné linii textu */

  text-decoration: line-through;
  text-decoration-thickness: 2px;   /* výraznější přeškrtnutí */
  margin-left: 8px;
  white-space: nowrap;
  display: inline-block;
  font-weight: 600;
}


